Cascade streaming replication + wal_files - Pgsql 9.2

From: Patrick B <patrickbakerbr(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Cascade streaming replication + wal_files - Pgsql 9.2
Date: 2016-07-07 01:18:52
Message-ID: CAJNY3iskhiaF5w2f7S3sQoM4R10LNuUjpg92jsH+3WQtCQZBBg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2016-07-07 01:25:11 Re: Cascade streaming replication + wal_files - Pgsql 9.2
Previous Message José María Terry Jiménez 2016-07-06 23:00:55 Re: Broken after upgrade