Re: Cascade Standby Configuration in 9.2.4

From: Scott Ribe <scott_ribe(at)elevated-dev(dot)com>
To: Murthy Nunna <mnunna(at)fnal(dot)gov>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Cascade Standby Configuration in 9.2.4
Date: 2014-04-01 22:35:16
Message-ID: 89222FC3-0F4E-436E-93A5-A68F19F83011@elevated-dev.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Sounds like you're confused regarding the difference between WAL-shipping replication and streaming replication. In streaming replication, you don't have to ship WAL files. (You need to be sure that the WALs are preserved on master long enough for the slave to stream them, but you don't have to ship them.)

On Apr 1, 2014, at 4:17 PM, Murthy Nunna <mnunna(at)fnal(dot)gov> wrote:

> Greetings!
>
> I am setting up cascade standby (primary->slave1->slave2)
>
> Everything is working as expected but I am not sure why it is working though….
>
> Primary: archive = on and archive_command is enabled to send logs to slave1
> I can see in pg_log that logs are being rsynced to slave1
>
> Slave1: archive = on (I am not sure what this does in case of standby) archive_command is enabled to send logs to slave2
> Problem: I don’t see logs going to slave2 though
>
> Slave2:archive and archive_command are commented out
>
> I don’t see anywhere logs being shipped from slave1 to slave2 but when I stop slave2 and do some activity on primary and later restart slave2 I see the data in slave2. This means somehow logs are getting to slave2 and eventually streaming is catching up….
>
> Can you tell what I am missing here????
>
> Thanks for reading this.
> Murthy

--
Scott Ribe
scott_ribe(at)elevated-dev(dot)com
http://www.elevated-dev.com/
(303) 722-0567 voice

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Murthy Nunna 2014-04-01 23:20:09 Re: Cascade Standby Configuration in 9.2.4
Previous Message Murthy Nunna 2014-04-01 22:17:06 Cascade Standby Configuration in 9.2.4