Thanks for the informative reply Rosser. So assuming that bucardo is running on database t1, with t2 being the remote database do I need to do something along the following lines?
root@master1:/var/log/bucardo# bucardo add dbgroup master1 t1:source t2:target root@master1:/var/log/bucardo# bucardo add dbgroup master2 t2:source t1:target (I am trying to adapt the tutorial from http://blog.endpoint.com/2011/06/bucardo-multi-master-for-postgresql.htmlto my needs). On Fri, Jun 14, 2013 at 1:17 PM, Rosser Schwarz <[email protected]>wrote: > Bucardo only needs to be installed on one host, although obviously, that > won't provide HA capability. Typically, in a master-master scenario, it's > installed on one of the masters. In the event either of the masters then > goes down, the Bucardo daemon wouldn't have anything to do anyway, so HA > for it is pretty moot. > > > On Fri, Jun 14, 2013 at 3:44 AM, Athanasios Kostopoulos < > [email protected]> wrote: > >> In continuation to my previous email? >> For example the following approach might be effective: >> - install bucardo on master1 >> - setup replication as follows: master1: master - master2: slave >> - verify that replication works >> If the above are correct then: >> - install bucardo on master2 >> - setup replication as follows: master2: master - master1: slave >> - verify replication works >> Will the previous be enough or I am missing a fundamental piece here >> (perhaps not needing to run bucardo on two different hosts and use one >> setup (say on master one) and two replication streams. How will this handle >> failover? >> >> >> On Thu, Jun 13, 2013 at 5:43 PM, Athanasios Kostopoulos < >> [email protected]> wrote: >> >>> Dear all, >>> first of all, thanks for the hard work that has been put into bucardo. I >>> am a novice and I have the following perhaps trivial question: >>> when wanting to create a master-master setup, do I need to install >>> bucardo (e.g. bucardo install) on both of the masters? I am on Debian 7 >>> wheezy with bucardo 4.99.7, installed from the Debian repositories. Thanks >>> in advance for any answers to my perhaps trivial question. >>> >> >> >> _______________________________________________ >> Bucardo-general mailing list >> [email protected] >> https://mail.endcrypt.com/mailman/listinfo/bucardo-general >> >> > > > -- > :wq >
_______________________________________________ Bucardo-general mailing list [email protected] https://mail.endcrypt.com/mailman/listinfo/bucardo-general
