MongoDB Import and Export Commands
mongoexport --db bookstore --collection books --out lala.json
mongoimport -d bookstore -c books lala.json
Create a Database and Collection
"title": "Ethical H & VAPT",
"author": "Lalatendu",
"pages": 500,
"generes": ["fantasy","magical"],
"rating": 9
More
For Export
mongodump --host localhost --port 27017 --db DB_Name --out "C:\Users\Administrator\Desktop\000\DBEXPORT"
For Restore
mongorestore --host localhost --port 27017 --db New_DB_Name "C:\Users\Administrator\Desktop\000\DBEXPORT\DB_Name"
Watch video MongoDB Import and Export Commands online without registration, duration hours minute second in high quality. This video was added by user Lalatendu Swain 15 December 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 30 once and liked it 0 people.