Re: cascading replication and replication_slots

From: Leif Gunnar Erlandsen <leif(dot)gunnar(dot)erlandsen(at)basefarm(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: cascading replication and replication_slots
Date: 2015-06-23 11:56:29
Message-ID: 1435060589056.73829@basefarm.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>Fra: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
>Sendt: 23. juni 2015 13:32

>On Tue, Jun 23, 2015 at 8:18 PM, Leif Gunnar Erlandsen
><leif(dot)gunnar(dot)erlandsen(at)basefarm(dot)com> wrote:
>> Is it possible to use a replication_slot for a downstream-server when
>> setting up cascading replication on 9.4

>Yes. Just be careful that replication slot data is not included in a
>base backup.
>--
>Michael

Thank you, got it to work now.
Created the replication slot on the cascading server after I had created the base backup.

Leif G.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2015-06-23 16:13:33 Re: Re: pg_dump 8.4.9 failing after upgrade to openssl-1.0.1e-30.el6_6.11.x86_64 on redhat linux
Previous Message Michael Paquier 2015-06-23 11:32:16 Re: cascading replication and replication_slots