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 230fe07 commit 5e8fa4aCopy full SHA for 5e8fa4a
mongodb_consistent_backup/Backup/Mongodump/MongodumpThread.py
@@ -170,7 +170,7 @@ def mongodump_cmd(self):
170
"--out=%s/dump" % self.backup_dir
171
])
172
if self.is_version_gte("4.2.0"):
173
- logging.info("MongoDump Version higher that 4.2.0 found extendingmongodump with snppy compressor flag")
+ logging.info("MongoDump Version higher that 4.2.0 found extending mongodump with snppy compressor flag")
174
mongodump_flags.extend([
175
"--compressors=%s" % "snappy"
176
0 commit comments