Hello folks. I have configured CouchDB 2.0 cluster with two nodes. I followed this guide: http://docs.couchdb.org/en/2.1.0/cluster/setup.html#the-cluster-setup-wizard I can observe two nodes using _membership API.
But the problem is I can`t configure the cluster. How could I do these kinds of things: curl -X PUT -u admin:admin http://localhost:5984/_config/query_server_config/reduce_limit -d "false" It returns error: {"error":"not_found","reason":"Database does not exist."} Isn`t it possible to configure CouchDB cluster? Regards Dominic
