How to Import .bson file format on mongodb

I’ve exported the database on the server using mongodump command and dump is stored in .bson file. I need to import that in my local server using mongorestore command. However it’s not working. What is the correct mongorestore command and what are the other tools to restore db?

10 Answers
10

Leave a Comment