Skip to content

Commit 6468a72

Browse files
Merge remote-tracking branch 'upstream/master'
2 parents ede3685 + b5f47d3 commit 6468a72

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.rst

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

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
multiprocessing
22
Fabric==1.14.0
3-
pymongo==3.5.1
3+
pymongo==3.6.0
44
pynsca==1.5
55
PyYAML==3.12
66
boto==2.48.0
77
filechunkio==1.8
88
python-dateutil==2.6.1
99
yconf==0.3.4
10-
google_compute_engine==2.6.0
10+
google_compute_engine==2.7.2

0 commit comments

Comments
 (0)