Re: Adding a node to cluster

2016-09-06 Thread Russell Branca
gt; > > From: chewbra...@apache.org <javascript:;> > > Date: Tue, 6 Sep 2016 19:34:43 -0700 > > Subject: Re: Adding a node to cluster > > To: dev@couchdb.apache.org <javascript:;> > > > > CouchDB "replication" uses the HTTP API to replicate

RE: Adding a node to cluster

2016-09-06 Thread Joey Samonte
In the example you gave for the replication, why is the target "test2.bar.com", and not "test2.bar.com/my_db"? > From: chewbra...@apache.org > Date: Tue, 6 Sep 2016 19:34:43 -0700 > Subject: Re: Adding a node to cluster > To: dev@couchdb.apache.org > > C

RE: Adding a node to cluster

2016-09-06 Thread Joey Samonte
Thanks for this. It clarified things for me. :) Will try it if it works in my case. > From: chewbra...@apache.org > Date: Tue, 6 Sep 2016 19:34:43 -0700 > Subject: Re: Adding a node to cluster > To: dev@couchdb.apache.org > > CouchDB "replication" uses the HTTP

RE: Adding a node to cluster

2016-09-06 Thread Joey Samonte
{"all_nodes":["couchdb@localhost"],"cluster_nodes":["couchdb@localhost"]} > From: chewbra...@apache.org > Date: Tue, 6 Sep 2016 19:34:43 -0700 > Subject: Re: Adding a node to cluster > To: dev@couchdb.apache.org > > CouchDB "repli

Re: Adding a node to cluster

2016-09-06 Thread Russell Branca
y Samonte <csharpdevelo...@hotmail.com> wrote: > I think I understand it. Hoping to find more documentation on it. > > > From: wickedg...@gmail.com <javascript:;> > > Date: Tue, 6 Sep 2016 15:55:00 -0700 > > Subject: Re: Adding a node to cluster

RE: Adding a node to cluster

2016-09-06 Thread Joey Samonte
I think I understand it. Hoping to find more documentation on it. > From: wickedg...@gmail.com > Date: Tue, 6 Sep 2016 15:55:00 -0700 > Subject: Re: Adding a node to cluster > To: dev@couchdb.apache.org > > Nodes in the cluster do not replicate to one another. > >

RE: Adding a node to cluster

2016-09-06 Thread Joey Samonte
This is confusing. So how does a database that spans multiple nodes gets replicated? > From: wickedg...@gmail.com > Date: Tue, 6 Sep 2016 15:55:00 -0700 > Subject: Re: Adding a node to cluster > To: dev@couchdb.apache.org > > Nodes in the cluster do not replic

Re: Adding a node to cluster

2016-09-06 Thread Eli Stevens (Gmail)
the replication be setup between > them? > >> Subject: Re: Adding a node to cluster >> From: sebastianrothbuc...@googlemail.com >> Date: Mon, 5 Sep 2016 23:08:04 +0200 >> To: dev@couchdb.apache.org >> >> Hi, >> >> clustering and replication ar

RE: Adding a node to cluster

2016-09-06 Thread Joey Samonte
If you have two nodes in the cluster, the replication should be two-way between the nodes? What if there are three nodes? How should the replication be setup between them? > Subject: Re: Adding a node to cluster > From: sebastianrothbuc...@googlemail.com > Date: Mon, 5 Sep 2016 23:08

Re: Adding a node to cluster

2016-09-06 Thread Sebastian Rothbucher
need to be able to reach the HTTP endpoint. Best Sebastian On Mon, Sep 5, 2016 at 11:41 PM, Joey Samonte <csharpdevelo...@hotmail.com> wrote: > Thanks. Does this mean I need to add ports 4369 and 5984 to the firewall > exceptions? > > > Subject: Re: Adding a nod

RE: Adding a node to cluster

2016-09-05 Thread Joey Samonte
Thanks. Does this mean I need to add ports 4369 and 5984 to the firewall exceptions? > Subject: Re: Adding a node to cluster > From: sebastianrothbuc...@googlemail.com > Date: Mon, 5 Sep 2016 23:08:04 +0200 > To: dev@couchdb.apache.org > > Hi, > > clustering and re

Re: Adding a node to cluster

2016-09-05 Thread Sebastian Rothbucher
Does this mean that setting up replication is separate from setting up > clustering? > > Does replication needs to be bi-directional between nodes? > >> From: rnew...@apache.org >> Subject: Re: Adding a node to cluster >> Date: Thu, 25 Aug 2016 11:10:45 +0100 >> To: de

RE: Adding a node to cluster

2016-09-05 Thread Joey Samonte
Does this mean that setting up replication is separate from setting up clustering? Does replication needs to be bi-directional between nodes? > From: rnew...@apache.org > Subject: Re: Adding a node to cluster > Date: Thu, 25 Aug 2016 11:10:45 +0100 > To: dev@couchdb.apache.org &g

RE: Adding a node to cluster

2016-08-25 Thread Joey Samonte
Thank you very much. An example would really be helpful. I am a little bit confused how to do this in Fauxton if all nodes are SSL enabled (actually nginx as reverse proxy) > From: rnew...@apache.org > Subject: Re: Adding a node to cluster > Date: Thu, 25 Aug 2016 11:10:45 +0100

Re: Adding a node to cluster

2016-08-25 Thread Robert Newson
e CouchDB nodes to > allow only SSL connections, port 6984? > https://wiki.apache.org/couchdb/How_to_enable_SSL > >> Subject: Re: Adding a node to cluster >> From: rnew...@apache.org >> Date: Wed, 24 Aug 2016 19:43:51 +0100 >> To: dev@couchdb.apache.org >> &

RE: Adding a node to cluster

2016-08-24 Thread Joey Samonte
What if we remove the reverse proxy and just set up the CouchDB nodes to allow only SSL connections, port 6984? https://wiki.apache.org/couchdb/How_to_enable_SSL > Subject: Re: Adding a node to cluster > From: rnew...@apache.org > Date: Wed, 24 Aug 2016 19:43:51 +0100

RE: Adding a node to cluster

2016-08-24 Thread Joey Samonte
Does this mean that data cannot be secured over https? > Subject: Re: Adding a node to cluster > From: rnew...@apache.org > Date: Wed, 24 Aug 2016 19:43:51 +0100 > To: dev@couchdb.apache.org > > Assuming you mean a 2.0 cluster, no, all those nodes need to be able to > co

RE: Adding a node to cluster

2016-08-24 Thread Joey Samonte
Can you elaborate on this more? Does this mean https is not possible? > Subject: Re: Adding a node to cluster > From: rnew...@apache.org > Date: Wed, 24 Aug 2016 19:43:51 +0100 > To: dev@couchdb.apache.org > > Assuming you mean a 2.0 cluster, no, all those nod

Re: Adding a node to cluster

2016-08-24 Thread Robert Samuel Newson
Assuming you mean a 2.0 cluster, no, all those nodes need to be able to communicate with erlang rpc (service discovery over port 4369 and then whatever port the node is running ong). > On 24 Aug 2016, at 12:36, Joey Samonte wrote: > > Good day, > > Is it possible

Adding a node to cluster

2016-08-24 Thread Joey Samonte
Good day, Is it possible to add a node to a cluster from Fauxton if the remote host is behind a reverse proxy (nginx) configured as HTTPS? Regards, Joey