replicate-couchdb-cluster
replicate-couchdb-cluster copied to clipboard
A fault-tolerant way to replicate an entire CouchDB cluster
issue 56 fix replicate.sh
Variable **CONCURRENCY** has been prepared to be used in replicate-couchdb-cluster/docker/replicate.sh but never actually used if [ "$CONCURRENCY" != "" ]; then CONCURRENCY="-c $CONCURRENCY" fi /usr/local/bin/replicate-couchdb-cluster -s $SOURCE -t $TARGET **$CONCURRENY**...
Hi & thanks, I was running this via docker and was suspicious about the concurrency and noticed a typo. But the typo was fixed in the code some time ago...
Nice library by the way, works very well from what I have seen so far. We have recently encountered a problem though in an environment where the database names exist...
I've tried the command from the readme: ``` $ replicate-couchdb-cluster -s https://admin1:[email protected] \ -t http://localhost:5984 -a ``` which generally worked, but if I add a new document in the remote...