3.1. Replicator Database

3.1.1. Basics
3.1.2. Documents describing the same replication
3.1.3. Canceling replications
3.1.4. Server restart
3.1.5. Changing the Replicator Database
3.1.6. Replicating the replicator database
3.1.7. Delegations

A database where you PUT/POST documents to trigger replications and you DELETE to cancel ongoing replications. These documents have exactly the same content as the JSON objects we used to POST to _replicate (fields source, target, create_target, continuous, doc_ids, filter, query_params.

Replication documents can have a user defined _id. Design documents (and _local documents) added to the replicator database are ignored.

The default name of this database is _replicator. The name can be changed in the local.ini configuration, section [replicator], parameter db.