> On Feb 26, 2019, at 9:41 AM, Sonam Sharma <sonams1209@xxxxxxxxx> wrote: > > Hi, > > Can we do master to master replication in Postgres. Look at https://bucardo.org/Bucardo/ , BDR (e.g. https://www.2ndquadrant.com/en/resources/postgres-bdr-2ndquadrant/ ), RubyRep or any of the other multimaster solutions at https://wiki.postgresql.org/wiki/Replication,_Clustering,_and_Connection_Pooling#Replication . You probably don't actually need bidirectional master-master replication, though, and might want to look hard at other ways to do what you want. Cheers, Steve