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 [email protected]
End Point Corporation
PGP Key: 0x14964AC8

Attachment: signature.asc
Description: Digital signature

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

Reply via email to