Preparing To Support A Lot More Users with CouchDB 2

2017-06-13 Thread Geoffrey Cox
Hi! I just wrote a non-technical blog post about how we migrated from CouchDB 1 to CouchDB 2. I’m planning on writing a set of more technical blog posts later explaining how we set up CouchDB 2 on AWS using Docker Swarm and EFS, but I thought I’d share this 1st blog post in case it helps to

Re: 500 noproc

2017-06-13 Thread Joan Touzet
Goodness, you are several revisions behind. Would you consider updating to CouchDB 1.6.1 at least? It should be fully compatible with whatever you are running right now. -Joan - Original Message - From: "Graham Cary Warner" To: user@couchdb.apache.org, "Joan

Connection Refused Errors connecting to CouchDB 2.0

2017-06-13 Thread Doug Snyder
I'm trying to set up a CouchDB 2.0 instance up on my CentOS 7 server. I've got it installed and running as a systemd service and it responses with its friendly hello world message when I access it from the server using 127.0.0.1 or 0.0.0.0 $ curl 127.0.0.1:5984

Error getting security objects when configuring new replica

2017-06-13 Thread Carlos Alonso
Hi guys! I continue trying to understand how CouchDB clusters work and trying to build a compelling administration tool that covers basic operations such as adding a node to the cluster, moving a shard from one node to another and so on. It is WIP but already open sourced here: