I created a backup of our chef server db by doing
couchdb-dump
http://127.0.0.1:5984/chef |gzip -9c > /tmp/chef.`date +
%F`.couchdb.gz
I’m now trying to restore it by doing
couchdb-load <name of backup> but nothing appears to happen after I
press enter. It’s been running for about 3 hours so far.
Stuart