We're looking to create regular backups of a couchdb database, to ship offsite. What's the least intrusive way to obtain these - ideally without interrupting or significantly slowing down performance on the existing database server?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You could just copy the CouchDB database file. Read more about this here. |
|||
|
|
|
Why not use CouchDB replication to replicate the production database to another host where the backups can be performed? |
|||||
|
|
You can also use couchdb-dump and couchdb-load for Backup and restore to normal text files. |
|||
|
|