Bucardo/remove dbgroup
From Bucardo
Note: this page documents the behavior of Bucardo 5. Information on this page may not apply to earlier versions.
The remove dbgroup command removes one or more database groups from Bucardo's internal tables.
Example:
bucardo remove dbgroup foo
Removes the database group named foo
Usage:
bucardo remove dbgroup <name(s)> <--force>
If there are any syncs that are using the database groups to be removed, the command will fail unless the --force option is given.
Internals
Removed database groups will cause a delete from the bucardo.dbgroup table and deletes from the bucardo.dbmap table. The --force option may cause deletes from the bucardo.sync table.