Relative Content

Tag Archive for databasesynchronizationsymmetricds

SymmetricDS how to sync child database in same group

I have a project that has a central database and local database. The idea is the central database will be sync with local database. Central database is deployed in a cloud service, then I have local database per location(branch). I was able to sync the database when I update the central both local database are being updated.
The problem is when I update 1 of the local database the update is being sent to the central, but not in the other local database. Is there something I am missing in the configuration?