Skip to content

Commit b50dffc

Browse files
committed
use master
1 parent 5e8fa4a commit b50dffc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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

mongodb_consistent_backup/Backup/Mongodump/MongodumpThread.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)