-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Labels
Description
We have a use case where backup needs to be taken on the data center hosting the replica set primaries, while the secondaries are geographically another continents.
I read through the documents, but I didn't find any option to specify primary reads. Apparently this option is statically passed to mongodump:
mongodump_flags.extend(["--readPreference=secondary"])
in MongodumpThread.py, along with a secondary hostname.
Any plan to add flexibility on this aspect?
Thanks
jshvrsn