How to move Central Management database to another drive?
Steps to Move OPSWAT Central Management Database to a New Drive:
- Stop the OPSWAT Central Management Service: Before making any changes, stop the OPSWAT Central Management service to ensure no operations are being performed on the database.
- Backup the Data Folder:
Create a backup of the
ProgramData\OPSWAT\Central\Data
folder to safeguard the existing data. - Move the Data Folder:
Move the
Data
folder to the new location on the desired drive, e.g.,F:\OPSWAT\Data
. - Edit the MongoDB Configuration File:
Open the file located at
ProgramData\OPSWAT\Central\mongod.conf
for editing. - Update the Database Path:
In the configuration file, change the value of
dbPath
to the new location, e.g.,F:\OPSWAT\Data
. - Restart the OCM Service: Once the changes are made, restart the OPSWAT Central Management service.
If Further Assistance is required, please follow the instructions on How To Create a Support Package, then proceed to log a support case or chatting with our support engineer.
Was this page helpful?