RE: Cluster Configuration

2019-02-26 Thread Krawetzky, Peter J
, February 25, 2019 7:27 AM To: user@couchdb.apache.org; 'woh...@apache.org' Subject: RE: Cluster Configuration Thanks Joan I will check this out. I actually installed 2.2 but thinking I should move to 2.3. Proprietary -Original Message- From: Joan Touzet Sent: Friday, February 22, 2019

RE: Cluster Configuration

2019-02-25 Thread Krawetzky, Peter J
Thanks Joan I will check this out. I actually installed 2.2 but thinking I should move to 2.3. Proprietary -Original Message- From: Joan Touzet Sent: Friday, February 22, 2019 6:27 PM To: user@couchdb.apache.org Subject: [EXTERNAL] Re: Cluster Configuration External Email

Re: Cluster Configuration

2019-02-22 Thread Joan Touzet
in their ini files. http://docs.couchdb.org/en/latest/setup/cluster.html has all of this (new changes since 2.3.0 was released). - Original Message - > From: "Peter J Krawetzky" > To: user@couchdb.apache.org > Sent: Thursday, February 21, 2019 2:49:24 PM > Subject:

Cluster Configuration

2019-02-21 Thread Krawetzky, Peter J
So I successfully have a 3 node cluster set up which also includes using the SSL configuration so I can connection using port 6984. I added a load balancer in front of the 3 cluster nodes using SSL (port 6984) and noticed I'm getting some weird results. * the admin account is defined in

Re: CouchDB2.0 cluster configuration

2017-09-01 Thread Carlos Alonso
Hi Dominic. You're not building the URL properly. The url should look like curl -X PUT -u admin:admin http://localhost:5984/_node//_config/query_server_config/reduce_limit -d '"false"' Check the docs here: http://docs.couchdb.org/en/stable/api/server/configuration.html On the other hand, as

CouchDB2.0 cluster configuration

2017-09-01 Thread Dominic Kim
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