Dear Bucardo Team we are using bucardo for syncronizing two postgresql database with a master-master approach. Everything was ok on Ubuntu 12.04, but now that we moved out application on CentOS 6.6, I cannot reproduce a correct functioning, even simplifying the bucardo installation to a test-case (see below). I attach the logfile.
ip_pc2=mesa-pc2 # hostname for 10.191.231.89
ip_pc3=mesa-pc3 # hostname for 10.191.231.90
# Create 'dbs'-> mesa_pc2 and mesa_pc3
bucardo add db mesa_pc2 dbname=estationdb host=${ip_pc2} port=5432
user=bucardo
bucardo add db mesa_pc3 dbname=estationdb host=${ip_pc3} port=5432
user=bucardo
# Create 'dbgroups'-> group_pc2 (pc2
bucardo add dbgroup mygroup mesa_pc2:source mesa_pc3:target
bucardo add all tables
bucardo add sync sync_all dbs=mygroup tables=all
bucardo start
Any help much appreciated ! the topic is quite urgent for us now !
Thanks
Marco Clerici
log.bucardo
Description: Binary data
_______________________________________________ Bucardo-general mailing list [email protected] https://mail.endcrypt.com/mailman/listinfo/bucardo-general
