Skip to navigation
Export and import a couchdb database with couchsnap and couchimport
26.07.24
# Install couchsnap and couchimport ``` npm install -g couchsnap npm install -g couchimport ``` # Export/Export ``` couchsnap --db foodb --url http://foo:bar@couchdb:5984 ``` # Import/Restore ``` couchsnap --db foodb --url http://foo:bar@couchdb:5984 couchimport --db foodb --url http://foo:bar@couchdb:5984 foodb-snapshot.jsonl ```
https://www.npmjs.com/package/couchsnap
Reply
Anonymous
Information Epoch 1735326866
Design programs to be connected to other programs.
Home
Notebook
Contact us