Adding tables to a herd in bucardo
- by Joseph the Dreamer
Forgive my ignorance, I am a JS programmer given the task to do DB replication using bucardo. I understand the concept of how bucardo works, but setting it up is a bit confusing.
The set-up is:
Lubuntu Linux
Two databases test_master and test_slave, using PostgreSQL
Each DB has a table named test, containing 2 columns: id (PK) and test (int)
I…