Hi Greg,

We had tried that but it does not seem to create the bucardo schema on "db2".
What must we do more so that this will be done?

Regards,

--
Laurent GARCES
LRD www.l-rd.fr
+33 (0)4 67 92 52 56

Le 25/02/2015 19:46, Greg Sabino Mullane a écrit :
On Tue, Feb 24, 2015 at 11:04:18AM +0100, Laurent GARCES wrote:
Hi,

We would like to be able to add new database source to existing sync.
Here is what we for now that does not work:

bucardo add db db dbname=... host=... user=... password=...
bucardo add db db1 dbname=... host=... user=... password=...
bucardo add sync sync dbs=db:source,db1:source tables=all
(This is OK)
Then we thougth we should do something like this:
bucardo add db db2 dbname=... host=... user=... password=...
bucardo uppdate sync sync dbs=db:source,db1:source,db2=source tables=all
update sync doesn't have a lot of brains. What you have to do is change
the underlying dbgroup that the sync uses. You can find the name of it
by doing:

bucardo list sync syncname

It will probably be the same name as the sync itself. Then you can modify it
and tell it all the databases and their roles that should be in it. For
the example above, you would do:

bucardo update dbgroup foobar db:source db1:source db2:source

Documentation and functionality-improving patches welcome. :)


_______________________________________________
Bucardo-general mailing list
[email protected]
https://mail.endcrypt.com/mailman/listinfo/bucardo-general

Reply via email to