Answers for "import bson file in mongodb"

1

import bson to mongodb

mongorestore --drop -d db_name -c collection_name /path/file.bson
Posted by: Guest on June-26-2021
0

import bson file in mongodb

mongorestore -u username --authenticationDatabase admin -d db_name -c collection_name /path/file.bson
Posted by: Guest on March-18-2022

Browse Popular Code Answers by Language