Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:

...

  1. Navigate to uAdmin -> System -> Backup

  2. Select the time and days of the week to completed the uControl backup.

Backup

...

Of Email Templates

  1. Backup the <Tomcat_Home>/webapps/uControl/config/templates directory

Backup

...

Of the uControl Application

...

Files

  1. Backup the <Tomcat_Home>/webapps/uControl discovery


Restore


To restore the uControl backup from the UI utility you will need to access the CLI. 

  1. Stop the uControl tomcat process from the <Tomcat_Home>/bin directory

    Code Block
    ./shutdown.sh


  2. Login to mysql and drop / recreate the TekWurx7 database

    Code Block
    mysql -u tekwurx -p
    DROP DATABASE TekWurx7;
    CREATE DATABASE TekWurx7;


  3. Run mysql to import the data into the newly created database

    Code Block
    mysql -u tekwurx -p < <BackupFile.sql>


  4. 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