13 April 2020

mongodump and mongorestore

Dump and compress a MongoDB database collection.
mongodump username password --db database -c collection admin --gzip
Restore the compressed MongoDB database collection.
mongorestore -d database -c collection --gzip collection.bson.gz