Cascade streaming replication + wal_files - Pgsql 9.2 - Mailing list pgsql-general

From Patrick B
Subject Cascade streaming replication + wal_files - Pgsql 9.2
Date
Msg-id CAJNY3iskhiaF5w2f7S3sQoM4R10LNuUjpg92jsH+3WQtCQZBBg@mail.gmail.com
Whole thread Raw
Responses Re: Cascade streaming replication + wal_files - Pgsql 9.2  (John R Pierce <pierce@hogranch.com>)
Re: Cascade streaming replication + wal_files - Pgsql 9.2  (Sameer Kumar <sameer.kumar@ashnik.com>)
List pgsql-general
Hi guys,

I got two slaves using Postgresql 9.2.

slave01 - Streaming replication from master
slave02 - nothing.. new server

is it possible to get slave02 replicating from slave01 (Cascade streaming replication) this can be done with streaming ? and also slave01 sending the wal_files to that new slave02?

So it would be on slave01

archive_mode = ok 
archive_command = ....
wal_level = hot_standby
max_wal_senders = 2
wal_keep_segments = 128

Is that right?

Cheers guys!
Patrick

pgsql-general by date:

Previous
From: José María Terry Jiménez
Date:
Subject: Re: Broken after upgrade
Next
From: John R Pierce
Date:
Subject: Re: Cascade streaming replication + wal_files - Pgsql 9.2