Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the least intrusive method for creating a backup of a couchdb database?

Tags:

couchdb

backup

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?

like image 935
blueberryfields Avatar asked Feb 27 '11 17:02

blueberryfields


1 Answers

You could just copy the CouchDB database file. Read more about this here.

like image 93
arbovm Avatar answered Nov 25 '22 14:11

arbovm