We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab95f14 commit 4577833Copy full SHA for 4577833
scripts/docker-persistent.example.conf
@@ -1,7 +1,8 @@
1
-# DO NOT CHANGE 'log_dir' or 'backup.location'
+# DO NOT CHANGE 'log_dir' or 'backup.location' flags
2
+# when using with scripts/docker-persistent.sh!!!
3
production:
4
host: mongodb.example.com
- port: 27019
5
+ port: 27017
6
log_dir: /mongodb_consistent_backup/logs
7
backup:
8
method: mongodump
0 commit comments