Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

The children servers should be running the same modules as their parent. If the child server receives an object for a module that is not installed, all sync processing will stop.

If you child cannot/should not have a module, you must configure the parent to not send that type of object/package to the child.

Step Four

Analyze objects in your database and objects read/written. You need to think about what objects really need to be sent from server A to server B. If it does not need to be sent to B, configure A to "not send" the object. This will save both on bandwidth of objects being sent and on space in the sync_record table for recording all transactions.

(Back to Sync Module home page)