Re: loading data into cluster - can I daisy-chain streaming replication?

From: Jim Nasby <Jim(dot)Nasby(at)BlueTreble(dot)com>
To: Dennis <dennisr(at)visi(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: loading data into cluster - can I daisy-chain streaming replication?
Date: 2015-12-03 22:15:57
Message-ID: 5660BF1D.6080308@BlueTreble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/2/15 9:54 PM, Dennis wrote:
> What you can do with your current configuration is do a pg_dumpall or pg_dump of A and load that logical dump into B which would then replicate the data to C.

IF you can't handle the downtime you could also setup londiste or Slony
and logically replicate A to B.

But (assuming A and B are binary compatible) you'd be better off just
breaking the B to C replication, setting B up as a replica of A, and
then setting C up as a replica of B.
--
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jim Nasby 2015-12-03 22:31:06 Re: JSONB performance enhancement for 9.6
Previous Message Jim Nasby 2015-12-03 22:09:55 Re: json indexing and data types