0% found this document useful (0 votes)
12 views

MongoDump and MongoRestore

Uploaded by

Arkadeep Roy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views

MongoDump and MongoRestore

Uploaded by

Arkadeep Roy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Video link: https://www.youtube.com/watch?

v=u5fMslpVoW4
Make database and make collection:

Then turn on the Mongo Compass:


Mongodump:

If we want to dump all the files in a folder:

If we want to dump single database:


If we want to dump single collection:

=======================================================================================

MongoRestore:
See a new database is restore and it is named as my_org:

Dropping the database to show new example.


To restore specific collection:

========================================================================================

You might also like