CouchDB replicate ALL databases?
Solution 1:
unfortunately, there is no sync all option. The possibilities you have are:
- create a replication for each database in the replicator database
- use a script like you found in your original question (did not test it)
- copy all the .couch files from system a to b
- wait for CouchDB 2.0 what will support clustering
;-)
I hope one of these solutions will get the job done. You are also welcome to join the mailinglist for any questions. Please see https://couchdb.apache.org/. user@ or dev@ is the choice you want.