Answers for "import dump mongodb"

0

import dump mongodb

mongorestore -d db_name /path/
mongorestore -d db_name -c collection_name /path/file.bson
Posted by: Guest on August-18-2020

Browse Popular Code Answers by Language