Version 3.2 führte gzip
ein und archive
Möglichkeit:
mongodump --db <yourdb> --gzip --archive=/path/to/archive
Dann können Sie mit:
wiederherstellen
mongorestore --gzip --archive=/path/to/archive
Version 3.2 führte gzip
ein und archive
Möglichkeit:
mongodump --db <yourdb> --gzip --archive=/path/to/archive
Dann können Sie mit:
wiederherstellen
mongorestore --gzip --archive=/path/to/archive