If i use logical replication , can i not make it work?
On Wed, Jan 6, 2021 at 3:27 PM Atul Kumar <akumar14871@xxxxxxxxx> wrote:
You can use 2 different ports and create 2 instances.One can act as master and another as slave.But slave never allow write operation on itself.If you want both servers to accept write transaction then you should use BDR (postgres) or MMR (Enterprisedb).RegardsAtul
On Wednesday, January 6, 2021, Yambu <hyambu@xxxxxxxxx> wrote:HelloIs it possible to make one server act as master and as a slave at the same time?This will mean writes are permitted on it.regards