|
|
Introduction
Push Synchronization is a process where an audit trail of changes is stored locally and then pushed to a number of active APP-enabled stores. As changes are made via the APP to the local store, each of those operations are logged and replicated to any number of remote synchronization targets.
Required Information
A push synchronization process requires:
- The feed root path in the local store to be push synchronized.
- An APP-enabled remote URI of the remote store.
The remote store should require authentication. If this is the case, the username, password and authentication scheme is required. Currently, only BASIC authentication is supported.
A push synchronization process will not ensure that the remote store does not contain extra information. If local changes are made the in the remote store, those will not be reflected in the local store except by a reverse synchronization process initiated by the remote store.
The Synchronization Process
Sign in to add a comment
