Notes to remind myself about various things.
Download the .couch
file from /var/lib/couchdb
. The server runs CouchDB 1.6. It's hard to install this version anymore, so install 2.1.
To import the backup file into 2.1:
- Stop the server
- Edit
/opt/couchdb/etc/vm.args
- Change the node name from
[email protected]
tocouchdb@localhost
(to make 2.1 able to read old database files) - Copy the database backup file to
/var/lib/couchdb
- Start the server
- The database is now available at
http://localhost:5986/_utils
- note the port number, the database is NOT available on the stardard port, athttp://127.0.0.1:5984/_utils
See also: