File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ The 'docker run' command -v/--volume flags in the examples below map container p
172172 -v "/data/mongobackup/conf:/conf:Z" \
173173 -v "/data/mongobackup/data:/var/lib/mongodb-consistent-backup:Z" \
174174 -v "/data/mongobackup/logs:/var/log/mongodb-consistent-backup:Z" \
175- timvaillancourt /mongodb_consistent_backup:latest --config=/conf/mongodb-consistent-backup.conf
175+ perconalab /mongodb_consistent_backup:latest --config=/conf/mongodb-consistent-backup.conf
176176
177177**Build and Run Docker Image **
178178
@@ -254,6 +254,7 @@ Links
254254- https://www.percona.com/blog/2016/07/25/mongodb-consistent-backups/
255255- https://www.percona.com/blog/2017/01/09/mongodb-pit-backups-part-2/
256256- https://www.percona.com/blog/2017/05/10/percona-lab-mongodb_consistent_backup-1-0-release-explained/
257+ - https://hub.docker.com/r/perconalab/mongodb_consistent_backup/
257258- https://docs.mongodb.com/manual/reference/program/mongodump/
258259- https://docs.mongodb.com/manual/reference/program/mongorestore/
259260- http://zbackup.org
Original file line number Diff line number Diff line change 11multiprocessing
22Fabric == 1.14.0
3- pymongo == 3.5.1
3+ pymongo == 3.6.0
44pynsca == 1.5
55PyYAML == 3.12
66boto == 2.48.0
77filechunkio == 1.8
88python-dateutil == 2.6.1
99yconf == 0.3.4
10- google_compute_engine == 2.6.0
10+ google_compute_engine == 2.7.2
You can’t perform that action at this time.
0 commit comments