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 8d6bca8 commit b56164aCopy full SHA for b56164a
README.rst
@@ -157,7 +157,7 @@ The backups are `mongorestore <https://docs.mongodb.com/manual/reference/program
157
158
$ tar xfvz <shardname>.tar.gz
159
...
160
- $ mongorestore --host mongod12.example.com --port 27017 -u admin -p 123456 --oplogReplay --dir /var/lib/mongodb-consistent-backup/default/20170424_0000/rs0/dump
+ $ mongorestore --host mongod12.example.com --port 27017 -u admin -p 123456 --oplogReplay --gzip --dir /var/lib/mongodb-consistent-backup/default/20170424_0000/rs0/dump
161
162
Run as Docker Container
163
~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments