Dmitry E. Konyaev wrote: > Is it possible to replicate bucardo database itself using bucardo? > Are there success stories? > Any known bugs or issues in multi-master replication of bucardo DB > itself? > > The goal is to set up an HA-cluster of bucardo daemons. > > Thanks. > _______________________________________________ > Bucardo-general mailing list > [email protected] > https://mail.endcrypt.com/mailman/listinfo/bucardo-general In theory you should be able to - I did start setting it up at one point, but never got around to completing the test.
The problem is you need to replicate the config, and not the tables that get used for the replication status (eg: q) if you replicate them all the first change will ensure it never stops replicating. Just don't try using 2 bucardo's at the same time from the replicated hosts... that won't work...! :D -- Michelle Sullivan http://www.mhix.org/ _______________________________________________ Bucardo-general mailing list [email protected] https://mail.endcrypt.com/mailman/listinfo/bucardo-general
