July 26, 2021

mongorestore utility in MongoDB

MongoDB mongorestore commands cheatsheet


mongorestore -- imports data in binary data (mongodump output)

mongorestore --help
mongorestore --version

mongorestore

mongorestore -host ec2-***.amazonaws.com --username admin --password secret --authenticationDatabase admin

mongorestore -host 172.16.33.44 --username admin --password secret --authenticationDatabase admin --archive=mongo_dump.gz --gzip


Related 
MongoDB Articles:  mongodump commands MongoDB

No comments:

Post a Comment