On Sat, Aug 24, 2013 at 05:45:51PM +0400, 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?
You can, and I've seen it done, but it's really overkill. The database is very, very small and doesn't change much. A periodic pg_dump might be a better solution. Unless you really want to have your Bucardo configs go out to other places realtime, which can be dangerous, as you will then have multiple Bucardo daemons trying to act on the same servers. A way around this is not not use full host names in your bucardo.db, and make sure you look into host_safety_check setting. -- Greg Sabino Mullane [email protected] End Point Corporation PGP Key: 0x14964AC8
signature.asc
Description: Digital signature
_______________________________________________ Bucardo-general mailing list [email protected] https://mail.endcrypt.com/mailman/listinfo/bucardo-general
