- Knowledge Base
- Client Configuration
-
Zmanda Enterprise
-
Zmanda Recovery Manager (ZRM)
-
Backend Operations
-
Backup
-
Server Installation
-
Client Configuration
-
Account and Licenses
-
Sources
-
Storage
-
Schedules
-
Backup Sets
-
Backup Operations
-
Restore Operations
-
Monitoring and Reporting
-
Configurations
-
ZMC/UI
-
Whitepaper
-
Zmanda Cloud Storage
-
VMWare
-
Key Vault
-
Disaster Recovery
-
Zmanda Support
-
Product lifecycle
-
Zmanda Pro
How to Move ZWC MySQL folder to another directory
This article is for Amanda Enterprise (AE)
In some cases the Zmanda Windows Client (ZWC) database grows larger than the available disk space. This can be addressed in two ways: Uninstall/Reinstall ZWC on a drive with more space or move the database to a different drive. To move it to a different drive. To do this, follow the below steps:
- Stop "ZWC Service" in the Services panel of Windows
- Create a new directory
- Copy the contents of the existing C:\Program Files\Zmanda\Zmanda Client for Windows - Server Edition(x64)\Database\data directory to this new directory/drive
- Edit my.ini file which is located in C:\Program Files\Zmanda\Zmanda Client for Windows - Server Edition(x64)\Database and add the below line under the mysqld section
- datadir = path of the new directory
- e.g.: datadir=E:\MySQLdata
- Start "ZWC Service" in the Services panel