MongoDB Tutorial for Beginners 14 - MongoDB BackUp and Restore

preview_player
Показать описание
In this video we will see How to Backup and Restore MongoDB using mongodump in MongoDB.
In this Tutorial we will learn. How to install MongoDB, How to create new collections that store documents, You'll learn about the most common and used MongoDB shell commands to manage your documents.

★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
Рекомендации по теме
Комментарии
Автор

sir when i type mongodump its not working. giving this error ::>>> Failed: error dumping metadata: error creating directory for metadata file dump\mypro: mkdir dump: Access is denied

soubhagyaswain
Автор

teacher, ı did all mongodump examples successfully but mongorestore didnt work without before executing dump processing. Why??

mgfg
Автор

thanks again for the MongoDB tutorial! is this 13 or 14?

rgaryfugate
Автор

mongodbdump is not the recommended backup method as the backup is not consistent. It is recommended to use snapshot
DB Protection for MongoDB
Takes snapshot of the database and doesn't require a periodically full backups

infoinfo