I am trying to make multimaster replication but when I use bdr_init_copy
the database is copied from remote node but the status of the node stays as
C, not R so Ready and for this reason the replication is not made. What
should I do?
I am trying to make a multi-master replication using BDR and because of the
DDL issues-errors, I decided to use bdr_init_copy command instead of using
bdr.bdr_group_join(). I have two servers with PostgreSQL services and one
of them(Master2) has an empty DB, the other(Master1) has one schema and on