File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
mongodb_consistent_backup/Backup/Mongodump Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1515 docker :
1616 # specify the version you desire here
1717 # use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
18- - image : objectrocket/circleci-rpm-builder:bis-rpm
18+ - image : objectrocket/circleci-rpm-builder:master
1919 auth :
2020 username : $DOCKER_USER
2121 password : $DOCKER_PASS
Original file line number Diff line number Diff line change @@ -171,8 +171,9 @@ def mongodump_cmd(self):
171171 ])
172172 if self .is_version_gte ("4.2.0" ):
173173 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/
174175 mongodump_flags .extend ([
175- "--compressors=%s" % "snappy"
176+ "--compressors=%s" % "snappy,zlib,zstd "
176177 ])
177178
178179 # --numParallelCollections
You can’t perform that action at this time.
0 commit comments