Re: Hot Backup using WAL files

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Hot Backup using WAL files
Дата
Msg-id 21861.1175699275@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Hot Backup using WAL files  (Damian Lubosch <dl@xiqit.de>)
Ответы Re: Hot Backup using WAL files  ("Simon Riggs" <simon@2ndquadrant.com>)
Список pgsql-admin
Damian Lubosch <dl@xiqit.de> writes:
> My problem now is, how to continually feed the slave server with new
> received WAL files?

You need to make the restore_command script wait until the next WAL file
is available, instead of failing immediately.

This is actually not that simple to get right.  You might want to try
pg_standby which will ship with 8.3:
http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_standby/

            regards, tom lane

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

Предыдущее
От: Damian Lubosch
Дата:
Сообщение: Hot Backup using WAL files
Следующее
От: "Filippi Ghislain"
Дата:
Сообщение: Re: Hot Backup using WAL files