USER AND SERVER CONFIGURATION
To schedule replication between servers, the servers must be able to connect to each other in order to update replicas. You may need to create Connection documents to enable server connections, depending on your server topology. As users add, edit, and delete documents in a database, the replicas contain slightly different information until the next time the servers replicate. Because replication transfers only changes to a database, the network traffic, server time, and connection costs are kept to a minimum.
During scheduled replication, by default, the initiating server first pulls changes from the destination server and then pushes changes to the destination server. As an alternative, you can schedule replication so that the initiating server and destination server each pull changes or so that the initiating server pulls changes only or pushes changes only.
You can also use the server commands Pull, Push, and Replicate to initiate replication between servers.
Replication, step-by-step
To fully understand replication, you need to be familiar with the information in the topics "Guidelines for setting server access to databases" and with "Setting up a database ACL for server-to-server replication" in this chapter. You also need to fully familiarize yourself with the information on replication in the appendix "Server Commands."
1. Replication is initiated by a server or a workstation in one of the following ways:
Related topics