Skip to navigation
How to create couchdb system databases like _users and _replicator with a command line
07.02.17
When you run couchdb2 up as a single node, it doesn’t create system databases on startup. You have to do this manually: curl -X PUT http://foo:bar@127.0.0.1:5984/_users curl -X PUT http://foo:bar@127.0.0.1:5984/_replicator curl -X PUT http://foo:bar@127.0.0.1:5984/_global_changes
http://docs.couchdb.org/en/2.0.0/install/index.html
Reply
Anonymous
Information Epoch 1732636167
Small is beautiful.
Home
Notebook
Contact us