Re: Understanding streaming replication - Mailing list pgsql-general

From Albe Laurenz
Subject Re: Understanding streaming replication
Date
Msg-id D960CB61B694CF459DCFB4B0128514C208AF06A3@exadv11.host.magwien.gv.at
Whole thread Raw
In response to Re: Understanding streaming replication  (Pawel Veselov <pawel.veselov@gmail.com>)
List pgsql-general
Pawel Veselov wrote:
>> From your later comments, it's also apparent that these archived WALs will be useless after
>> failover (for the purpose of recovery), so there is no reason to send them to all the nodes after all.
> 
> I obviously lost it here. The archives do need to be synchronized, for the purpose of recovering
> slaves. If a slave dies, and I want to recover it, it may need the archived WALs, and for this, the
> archives should be available on the node. So, rsync (or something like that) is necessary. But it's a
> bad idea to run the rsync from the archive command itself.

Right, that's exactly what I tried to say.

Yours,
Laurenz Albe

pgsql-general by date:

Previous
From: "Albe Laurenz"
Date:
Subject: Re: Understanding streaming replication
Next
From: Philippe Amelant
Date:
Subject: Re: Understanding streaming replication