Is there a way to replicate all Databases from CouchDB in one time?
Example : I have multiple DBs
- users
- articles
- groups
Each DB contains multiples unique documents, and instead of replicate each DB independently I would like to replicate all of them.
Furthermore, I saw that CouchDB 2.0 allow DB replication, even if you do not have admin access, is that normal ?
Best regards Sim