Can we do incremental sync of MongoDB based on a schedule?
0
votes
1
answer
207
views
Can we sync a mongodb database to another incrementally based on a schedule? Say, once every night at 12 am?
**Background:**
We have a MongoDB replica cluster consisting of 3 instances, all located within one data center. For backup, the company is acquiring another server in a different country. This rises two questions for us.
1. Does MongoDb allow us to do schedule syncing.
2. Can the syncing be incremental by not replacing data that is already synced.
We initially thought of adding the new server to the replica set as a passive replica. However, we got input that it will slow down the cluster as the new server will have high latency.
Asked by esafwan
(133 rep)
Oct 17, 2022, 10:32 AM
Last activity: Oct 18, 2022, 05:08 AM
Last activity: Oct 18, 2022, 05:08 AM