> * bucardo add db dbprod host=$rds_host user=bucardo pass=bucardo > dbname=database_A > * bucardo add db dblocal dbname=database_A > * bucardo add table some_schema.foo relgroup=test_grp db=dbprod > * bucardo add sync test_sync relgroup=test_grp dbs=dblocal
You need to tell the sync which databases are involved. Right now there is only one, "dblocal". If you want to replicate from dblocal to dbprod you should try: bucardo add sync test_sync relgroup=test_grp dbs=dblocal,dbprod There is an implicit setting of the first database to be a source, and the second to be a target, so the above is equivalent to: bucardo add sync test_sync relgroup=test_grp dbs=dblocal:source,dbprod:target -- 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
