You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Note: you need to use persistent volumes to store backups long-term on disk when using Docker. Data in Docker containers is destroyed when the container is deleted.*
125
+
126
+
**Via Docker Hub**
127
+
128
+
::
129
+
130
+
$ docker run -i timvaillancourt/mongodb_consistent_backup <mongodb_consistent_backup-flags>
131
+
132
+
**Build and Run Docker Image**
133
+
134
+
::
135
+
136
+
$ cd /path/to/mongodb_consistent_backup
137
+
$ make docker
138
+
$ docker run -t mongodb_consistent_backup <mongodb_consistent_backup-flags>
108
139
109
140
Roadmap
110
141
~~~~~~~
111
142
112
-
- "Distributed Mode" for running/storing backup on remote hosts (*via
113
-
ssh + magic*)
114
-
- Single collection and/or database backup feature
143
+
- "Distributed Mode" for running backup on remote hosts *(vs. only on one host)*
144
+
- Support more notification methods *(Prometheus, PagerDuty, etc)* and upload methods *(Google Cloud Storage, Rsync, etc)*
0 commit comments