couchdb-backup
v1.0.2
Published
dump & restore a CouchDB database
Downloads
11
Readme
couchdb-backup
This repo is used to make couchdb-backup.sh
from couchdb-dump easily installable in a NodeJS project:
npm install -g couchdb-backup
Backup
couchdb-backup -b -H "$host" -P "$port" -u "$username" -p "$password" -d "$db_name" -f "$output_file"
Restore
couchdb-backup -r -H "$host" -P "$port" -u "$username" -p "$password" -d "$db_name" -f "$input_file"
See danielebailo/couchdb-dump for options documentation