You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2019/12/27 01:22:19 UTC

[GitHub] [couchdb] nickva commented on issue #2382: CouchDB backup instance - zones vs replicas?

nickva commented on issue #2382: CouchDB backup instance - zones vs replicas?
URL: https://github.com/apache/couchdb/issues/2382#issuecomment-569161119
 
 
   I have never tried adding zones later after the setup has been running for a while already. Also running a cluster over a WAN might need a bit of tweaking.
   
   Maybe someone else can chime in with more info about zones, I am not too familiar with it. (The  docs http://docs.couchdb.org/en/latest/cluster/databases.html should be here though).
   
   However, I'd like to offer an alternative - run regular replications from the primary cluster to the secondary. So set up a secondary database as a separate cluster and then have a script to discover dbs in the primary instance and set up regular CouchDB replications to the this disaster recovery cluster. You can tweak replication worker numbers, batch size and `[scheduler] max_jobs` to limit resources used. You'd get explicit monitoring, restart and backoff in case of network errors or disconnects, etc.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services