Title: Create Dump and Restore Functionality for MongoDB
Description:
Implement functionality to dump and restore MongoDB databases. The feature should:
- Enable exporting a MongoDB database to a dump file or directory.
- Support restoring a MongoDB database from a dump file or directory.
- Provide configuration options for specifying database URI, dump file/directory path, and restore target.
- Include basic error handling for failed dumps or restores.
This functionality will facilitate easier backups and migration of MongoDB databases.
Title: Create Dump and Restore Functionality for MongoDB
Description:
Implement functionality to dump and restore MongoDB databases. The feature should:
This functionality will facilitate easier backups and migration of MongoDB databases.