...
Info |
---|
Ensure that the user uControl is run as started with can also run the mysqldump command without the absolute path on the CLI. |
Backups
The uControl application has a built in backup utility that will:
...
Navigate to uAdmin -> System -> Backup
- Select the time and days of the week to completed the uControl backup.
Backup
...
Of Email Templates
- Backup the <Tomcat_Home>/webapps/uControl/config/templates directory
Backup
...
Of the uControl Application
...
Files
- Backup the <Tomcat_Home>/webapps/uControl discovery
Restore
To restore the uControl backup from the UI utility you will need to access the CLI.
Stop the uControl tomcat process from the <Tomcat_Home>/bin directory
Code Block ./shutdown.sh
Login to mysql and drop / recreate the TekWurx7 database
Code Block mysql -u tekwurx -p DROP DATABASE TekWurx7; CREATE DATABASE TekWurx7;
Run mysql to import the data into the newly created database
Code Block mysql -u tekwurx -p < <BackupFile.sql>
Start the uControl tomcat processes from the (Tomcat_Home>/bin directory
Code Block ./startup.sh
Restore Of Email Templates
To restore the templates stop the tomcat process for uControl. Remove the templates directory and copy in the backup. Restart the application tomcat process
Backup Of the uControl Application Files
To restore the uControl application files stop the tomcat process for uControl. Remove the uControl application directory and copy in the backup. Restart the application tomcat process