Thread: [HACKERS] Logical replication initial feedback

[HACKERS] Logical replication initial feedback

From
Mark Kirkwood
Date:
Hi,

Thought I'd take a look at how this works (checking out current master). 
You guys have manged to get this to the point where it is *ridiculously* 
easy to set up a basic replication scenario - awesome i must say:

- change a few parameters on the master 
(max_wal_senders,max_replication_slots,wal_level)

- create a publication on the master

- pg_dump/restore relevant tables

- create a subscription of the slave


..and done. Very nice!


best wishes

Mark