Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The following page has been changed by PatrickAntivackis:
http://wiki.apache.org/couchdb/Replication

------------------------------------------------------------------------------
  
  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 copy the last revision document, so all previous 
revision that were only on the source database are not copied to the 
destination database.
+ The replication process only copy the last revision of a document, so all 
previous revisions that were only on the source database are not copied to the 
destination database.
  
+ == Actual limitations ==
+ 
+ For the moment, replication will break if authentication is used on 
destination database (work is in progress to solve this issue)
+ 

Reply via email to