Projects:DB Synchronization With Symmetric DS
Contents |
Introduction
The purpose of this project is to build a tool, or use an existing one, to allow synchronizing data at database level between a master server and its secondary servers.
The tool should:
- Support one-way and two-way synchronization
- Allow to specify what tables should be synchronized
- Allow to specify what columns of those tables should be synchronized
- Allow to define a WHERE clause to filter out the rows that don't need to be updated
- Support big volumes of data
- Be able to disable the triggers of a table while synchronizing data
- Be deployable as an Openbravo module
Documentation
Tasks todo
Technical Documentation
User Documentation
The user documentation is available here: