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 e0a4bed commit d1ccaccCopy full SHA for d1ccacc
VERSION
@@ -1 +1 @@
1
-1.4.2
+1.4.4
mongodb_consistent_backup/Backup/Mongodump/MongodumpThread.py
@@ -173,7 +173,7 @@ def mongodump_cmd(self):
173
logging.info("MongoDump Version higher that 4.2.0 found extending mongodump with snppy compressor flag")
174
## https://www.mongodb.com/docs/drivers/node/v4.4/fundamentals/connection/network-compression/
175
mongodump_flags.extend([
176
- "--compressors=%s" % "snappy,zlib,zstd"
+ "--compressors=%s" % "zstd,snappy,zlib"
177
])
178
179
# --numParallelCollections
0 commit comments