You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2011/06/22 00:08:44 UTC

[Couchdb Wiki] Update of "Replication" by StephaneAlnet

Dear Wiki user,

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

The "Replication" page has been changed by StephaneAlnet:
http://wiki.apache.org/couchdb/Replication?action=diff&rev1=29&rev2=30

Comment:
Initial description (based on validation rules for _replicator in 1.1.0)

  
  Since CouchDB 1.1.0, a system database `_replicator` is used to manage replications that must be initialized at startup.
  
+ The _replicator database can be modified by CouchDB admins or by users which have the `_replicator` role.
+ 
+ The following fields are available:
+ 
+ {{{
+ source: "source-uri"
+ target: "target-uri"
+ create_target: true|false
+ filter: "document-name/filter-name"
+ query_params: {"name":"value",..}
+ continuous: true|false
+ doc_ids: ["id","id",...]
+ user_ctx: {"name":"user's name","roles":[...]}
+ }}}
+