wal_files from slave to another slave
Started by Patrick Balmost 10 years ago2 messagesgeneral
Hi guys,
can a slave server (streaming replication) send the wal_files to another
slave, instead the master?
If so, that would be done by setting the archive_mode = on and also a
archive_command?
I'm using PostgreSQL 9.2
Thanks!
Patrick
Re: wal_files from slave to another slave
Sorry guys..
just found the answer on the docs:
https://www.postgresql.org/docs/9.2/static/warm-standby.html#Cascading-Replication
(were trying to find it for a while lol)
it is indeed possible to do that!