ubuntu - CouchDB : permission of databases moved from remote machines -
i moved .couch files (e.g., test.couch) /var/lib/couchdb/1.0.1 remote ubuntu machine. then, tried database information stored in test.couch via following command.
curl -x http://localhost:5984/test however, received error.
{"error":"kill","reason":"{gen_server,call,\n [couch_server,\n {open,<<\"test\">>,\n [{user_ctx,\n {user_ctx,null,\n [<<\"_admin\">>],\n <<\"{couch_httpd_auth, default_authentication_handler}\">>}}]},\n infinity]}"} the owner , group of .couch files couchdb. databases (e.g., _users.couch) made on local work.
i looked following articles, cannot solve problem.
the machine ubuntu 12.04.5.
how can open .couch files moved other machines?
Comments
Post a Comment