This document explains how the Database Management module allows users to safely manage databases across different environments. Using this module, users can clone databases between environments (Local, Staging, and Production), download database copies, and generate secure backups for recovery or migration purposes.
By following this document, you will be able to:
From the Admin Dashboard, click Manage Data.
This opens database cloning, download, and backup options.
Choose the source database you want to clone
(e.g., Local → Staging or Staging → Production).
Enter the exact Database Name
(example: mega-we-care-corporate).
Choose the Source Connection URL
(Local, Staging, or Production).
Select the Destination Connection URL where the database will be cloned.
Click Proceed to continue with the cloning process.
Enter the verification password provided by the system administrator.
Click Verify to authorize the action.
Click Perform Action to start cloning.
Once completed, the cloned database will be available in MongoDB Compass under the selected destination environment.
Click Manage Database from the dashboard.
In the popup, switch to the Download Database tab.
Choose the database name you want to download.
Select the environment:
Click Proceed to continue.
Enter the verification password and click Verify.
Verification success message will appear.
Click Perform Action to download the database file to your device.
Click Generate Backup to create a backup of the active database.
Download the generated backup file in GZIP format by clicking the download icon.
By following this workflow, users can safely clone databases across environments, download databases for migration or offline use, generate secure backups, protect critical actions with password verification, and maintain data integrity and deployment safety across all environments.