We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b713d7d commit 20845cbCopy full SHA for 20845cb
mongodb_consistent_backup/Backup/Mongodump/MongodumpThread.py
@@ -158,7 +158,7 @@ def mongodump_cmd(self):
158
if read_pref:
159
mongodump_flags.append("--readPreference=%s" % read_pref)
160
elif self.read_pref_tags:
161
- logging.fatal("Mongodump must be >= 3.4.0 to set read preference!")
+ logging.fatal("Mongodump must be >= 3.2.0 to set read preference!")
162
sys.exit(1)
163
164
# --username/--password/--authdb
0 commit comments