Re: Warm-Standby using WAL archiving / Seperate

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Warm-Standby using WAL archiving / Seperate
Дата
Msg-id 1152650036.2465.79.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Warm-Standby using WAL archiving / Seperate pg_restorelog application  ("Florian G. Pflug" <fgp@phlo.org>)
Список pgsql-hackers
On Mon, 2006-07-10 at 19:34 +0200, Florian G. Pflug wrote:

> This methods seems to work, but it is neither particularly fool-proof nor
> administrator friendly. It's not possible e.g. to reboot the slave without postgres
> abortint the recovery, and therefor processing all wals generated since the last
> backup all over again.

Just submitted a patch to allow restartable recovery, which addresses
this concern.

> Monitoring this system is hard too, since there is no easy way to detect errors
> while restoring a particular wal.

What do you mean? 

If there is an ERROR in the WAL file, it stops.
If the restore of the WAL file fails, it retries a few times before
giving up.

--  Simon Riggs EnterpriseDB          http://www.enterprisedb.com



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: More nuclear options
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Three weeks left until feature freeze