Which of the following tool can be used to reload a database dump? mongosupport none of the mentioned mongofiles mongorestore code example
Example: import dump mongodb
mongorestore -d db_name /path/
mongorestore -d db_name -c collection_name /path/file.bson