Re: Can WAL files be shipped to multiple servers?

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Can WAL files be shipped to multiple servers?
Дата
Msg-id 4C49C9C5.1090400@gmail.com
обсуждение исходный текст
Ответ на Re: Can WAL files be shipped to multiple servers?  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-general
On 07/23/2010 09:31 AM, Magnus Hagander wrote:
> On Fri, Jul 23, 2010 at 18:29, Steeles<steeles@gmail.com>  wrote:
>> I am working on shipping WAL files, can WAL files do one-to-many shipping?
>> The target PG instances are running in the recovery mode waiting for the WAL
>> files.
>
> Yes. Just copy the files to multiple machines, the slaves are
> completely independent.
>
>
>> also, once the target PG database receives WAL files and update its own
>> database, can I run pg_dump to dump all the data when it is in recovery
>> mode?
>
> No.
>
>

Just curious does this restriction also apply to Hot Standby in 9.0?

--
Adrian Klaver
adrian.klaver@gmail.com

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Can WAL files be shipped to multiple servers?
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Finding last checkpoint time