Re: PITR - warm standby switchover question

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Dan Hayes <dhayes501(at)gmail(dot)com>
Cc: Erik Jones <ejones(at)engineyard(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: PITR - warm standby switchover question
Date: 2009-04-15 07:42:43
Message-ID: 3f0b79eb0904150042t179a76a9g824977e449473480@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

On Wed, Apr 15, 2009 at 9:23 AM, Dan Hayes <dhayes501(at)gmail(dot)com> wrote:
> Excellent!  Thanks.  One other quick question...  What would happen if I
> didn't delete the recovery.conf file?  Is that step just to prevent
> accidentally restarting the server with it there?

recovery.conf is automatically renamed recovery.done by
postgres at the end of recovery, which would prevent
accidentally restarting warm-standby. So, you don't need to
delete or rename recovery.conf by hand after recovery.

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dimitri Fontaine 2009-04-15 08:34:37 Re: Disconnected editing - versioning of databases
Previous Message Erik Jones 2009-04-15 06:56:43 Re: PITR - warm standby switchover question