Re: Reversing pg_logical replication

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Craig James <cjames(at)emolecules(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Reversing pg_logical replication
Date: 2018-09-25 17:53:49
Message-ID: 64b2d16e-6c7c-002a-1e16-209a3ae43bef@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 21/09/2018 17:21, Craig James wrote:
> I dug around on the web for comments and tools about how to reverse the
> master/slave relationship of a pg_logical publisher/subscriber pair
> without having to start fresh and re-copy all the data. All I found were
> several discussions that seemed to say, "You can't do it. You have to
> promote the subscriber to publisher, then blow off the original
> publisher's tables, make it a subscriber, and start from scratch."
>
> But the create-subscription SQL has a "with (copy_data = false)", which
> seems to do exactly what I need. So I tried it, and it works fine.

This works as long as both nodes are in sync and no one is writing to
either of them while you do these changes.

The hard part is doing it while both nodes are active.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Александр Аникин 2018-09-27 09:07:48 Create roles trigger
Previous Message Aldo Sarmiento 2018-09-24 20:10:04 Re: New replica with pgbackrest