Answers for "data dump mongodb"

Go
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
0

dump database mongodb in windows

mongodump -d your_db_name -o destination_path
Posted by: Guest on November-13-2021

Browse Popular Code Answers by Language