Re: Warm Standby Setup Documentation

Поиск
Список
Период
Сортировка
От Bryan Murphy
Тема Re: Warm Standby Setup Documentation
Дата
Msg-id 7fd310d11003261338t5ca16dc7jdb5fc7c38120fa42@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Warm Standby Setup Documentation  (Greg Smith <greg@2ndquadrant.com>)
Ответы Re: Warm Standby Setup Documentation  (Greg Smith <greg@2ndquadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: R: round(x) function
Следующее
От: David Kerr
Дата:
Сообщение: Connection Pooling