Re: Warm Standby Setup Documentation - Mailing list pgsql-general

From Bryan Murphy
Subject Re: Warm Standby Setup Documentation
Date
Msg-id 7fd310d11003261338t5ca16dc7jdb5fc7c38120fa42@mail.gmail.com
Whole thread Raw
In response to Re: Warm Standby Setup Documentation  (Greg Smith <greg@2ndquadrant.com>)
Responses Re: Warm Standby Setup Documentation
List pgsql-general
On Fri, Mar 26, 2010 at 1:32 PM, Greg Smith <greg@2ndquadrant.com> wrote:
If there's another server around, you can have your archive_command on the master ship to two systems, then use the second one as a way to jump-start this whole process.  After fail-over, just start shipping from the new primary to that 3rd server, now the replacement standby, and sync any files it doesn't have.  Then switch it into recovery.  Much faster than doing a new base backup from the standby on larger systems.


Every time I've tried to do this it's failed because the third server was looking for log files starting with 00000006... but the secondary server (new master) is now shipping files starting with 00000007...  How do I get the third server to switch over to the higher numbered files?  That's the part I was never able to overcome. 

I'd really like to fix this, because this has literally given me nightmares. :)

Bryan

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: R: round(x) function
Next
From: David Kerr
Date:
Subject: Connection Pooling