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/12/21 19:53:10 UTC

[Couchdb Wiki] Update of "How_to_replicate_a_database" by mdornseif

Dear Wiki user,

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

The "How_to_replicate_a_database" page has been changed by mdornseif.
The comment on this change is: Further reading section added.
http://wiki.apache.org/couchdb/How_to_replicate_a_database?action=diff&rev1=10&rev2=11

--------------------------------------------------

  curl -s "$DB2/doc1?conflicts=true"
  }}}
  
+ === Further reading ===
+ 
+  * [[http://blogs.23.nu/c0re/2009/12/running-a-couchdb-cluster-on-amazon-ec2/|Running a CouchDB cluster on Amazon EC2]] explains how to do password protected Replication over the Internet.
+  * [[http://code.google.com/p/couchdb-python/source/browse/couchdb/tools/manual_replication.py| manual_replication]] is a script to trigger various replication scenarios.
+