MongoDump / Mongo database backup
To export mongo database Run this command in system command line not the mongo shell You may get this error if you don’t have correct permission to export database in that directory To avoid...
To export mongo database Run this command in system command line not the mongo shell You may get this error if you don’t have correct permission to export database in that directory To avoid...
Step 1: Open Mongo Shell Step 2: To open existing db Step 3: To create new db Step 4: shows all existing dbs Step 5: Insert new row in mynewdb Step 6: List all...