Re: Multiple Slave Failover with PITR - Mailing list pgsql-general

From Sergey Konoplev
Subject Re: Multiple Slave Failover with PITR
Date
Msg-id CAL_0b1vp8K07pxxwLL4Vf-G1BeMKtGAuPOggnwAPJxM=czRT3g@mail.gmail.com
Whole thread Raw
In response to Re: Multiple Slave Failover with PITR  (Ken Brush <kbrush@gmail.com>)
Responses Re: Multiple Slave Failover with PITR
List pgsql-general
On Wed, Apr 11, 2012 at 8:12 PM, Ken Brush <kbrush@gmail.com> wrote:
>>>> 8. Copy the history file from the new master to the slave (it's the
>>>> most recent #.history file in the xlog directory)
>>
>> It will work in the case of archive_command presence only and I will
>> need to sync the whole pg_xlog content if do not have archive_command
>> in recovery.conf, correct?
>
> The new master will sync out the WAL logs from pg_xlog that the slaves
> need. The wal sender/receiver system is what I rely on for this.

So you do not have archive_command in recovery.conf, do you?

--
Sergey Konoplev

Blog: http://gray-hemp.blogspot.com
LinkedIn: http://ru.linkedin.com/in/grayhemp
JID/GTalk: gray.ru@gmail.com Skype: gray-hemp

pgsql-general by date:

Previous
From: Fujii Masao
Date:
Subject: Re: [streaming replication] 9.1.3 streaming replication bug ?
Next
From: Ken Brush
Date:
Subject: Re: Multiple Slave Failover with PITR