We\'re looking at CouchdDB for a CMS-ish application. What are some common patterns, best practices and workflow advice surrounding backing up our production database?
I
CouchDB replication is horrible. I generally do tar which is much better.
. when you archive the files.scp the tar.gz file to the destination host and unpack them in a temporary location there.chown the files to the user and group that owns the files already in the database directory on the destination. This is likely couchdb:couchdb. This is important, as messing up the file permissions is the only way I’ve managed to mess up this process so far.cp the files into the destination directory. Again on my hosts this has been /var/lib/couchdb.