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 2009/04/02 16:12:18 UTC

[Couchdb Wiki] Update of "Replication" by BrianCandler

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 BrianCandler:
http://wiki.apache.org/couchdb/Replication

The comment on the change is:
local db name must not start with slash

------------------------------------------------------------------------------
  {{{
  POST /_replicate HTTP/1.1
  
- {"source":"/example-database","target":"http://example.org/example-database"}
+ {"source":"example-database","target":"http://example.org/example-database"}
  }}}
  v
  `source` and `target` can both point at local databases, remote databases and any combination of these.