Re: Reversing pg_logical replication - Mailing list pgsql-admin

From Peter Eisentraut
Subject Re: Reversing pg_logical replication
Date
Msg-id 64b2d16e-6c7c-002a-1e16-209a3ae43bef@2ndquadrant.com
Whole thread Raw
In response to Reversing pg_logical replication  (Craig James <cjames@emolecules.com>)
Responses Data Corruption Errors
List 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


pgsql-admin by date:

Previous
From: Aldo Sarmiento
Date:
Subject: Re: New replica with pgbackrest
Next
From: "Ferrell, Denise SDC"
Date:
Subject: Data Corruption Errors