blob: 4818ac82056811431b421308b85b42b933000b15 [file] [log] [blame]
.. Licensed under the Apache License, Version 2.0 (the "License"); you may not
.. use this file except in compliance with the License. You may obtain a copy of
.. the License at
..
.. http://www.apache.org/licenses/LICENSE-2.0
..
.. Unless required by applicable law or agreed to in writing, software
.. distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
.. WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
.. License for the specific language governing permissions and limitations under
.. the License.
.. _replication:
===========
Replication
===========
The replication is an incremental one way process involving two databases
(a source and a destination).
The aim of the replication is that at the end of the process, all active
documents on the source database are also in the destination database and all
documents that were deleted in the source databases are also deleted (if exists)
on the destination database.
The replication process only copies the last revision of a document, so all
previous revisions that were only on the source database are not copied to the
destination database.
.. toctree::
:maxdepth: 2
intro
protocol
replicator
conflicts