[Bucardo-general] Table to table sync not syncing

Greg Sabino Mullane greg at endpoint.com
Sun Jun 7 19:18:02 UTC 2015


I think I see the problem:

> bucardo add table replicator.msp_daily_nwp db=source_thedon --relgroup=thedon_nwp
> # Added the following tables or sequences:
> #  replicator.msp_daily_nwp
> 
> bucardo add sync don2nwp relgroup=thedon_nwp dbs=source_thedon:source,target_thedon_nwp:target
> # WARNING:  Relgroup has no members: thedon_nwp

The problem is that the relgroup argument for add table is not a dashed argument, 
but a normal one. You should be able to re-run the command and have it 
put the already added table into the group:

bucardo add table replicator.msp_daily_nwp db=source_thedon relgroup=thedon_nwp

After that, make sure validate sync works without error

bucardo validate sync don2nwp

If it runs without problems, the table should have been added and hopefully 
Bucardo will startup.

P.S. Someone make --relgroup= work as an alternate form of relgroup=, please! :)

-- 
Greg Sabino Mullane greg at endpoint.com
End Point Corporation
PGP Key: 0x14964AC8
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 163 bytes
Desc: Digital signature
URL: <https://mail.endcrypt.com/pipermail/bucardo-general/attachments/20150607/309a1e53/attachment.sig>


More information about the Bucardo-general mailing list