I have two postgreSQL databases on two machines with Bucardo keeping them in sync. I have a particularly large table in the Postgres database which I don't want to have synced anymore, how do I tell bucardo to stop trying to sync it?
Removing a table from bucardo sync
1.7k Views Asked by Ed.Whitaker At
2
you should be able to remove the table with the following command
sudo bucardo remove table <tablename>You can get the table name by doing
sudo bucardo list tablesThe output looks something like this:Restart bucardo afterwards with sudo
bucardo restartand the table should not get synced anymore