1.

What are some utilities for backup and restore in MongoDB?

Answer»

The mongo shell does not include FUNCTIONS for exporting, importing, backup, or RESTORE. HOWEVER, MongoDB has created methods for accomplishing this, so that no scripting work or complex GUIs are needed. For this, several utility scripts are provided that can be used to get data in or out of the database in BULK. These utility scripts are:

  • mongoimport
  • mongoexport
  • mongodump
  • mongorestore


Discussion

No Comment Found