

Upgrade CA Executive Insight › Perform Product Restoration if the Upgrade is Unsuccessful (Optional)
Perform Product Restoration if the Upgrade is Unsuccessful (Optional)
You can restore CA Executive Insight back to the previous version, in the unlikely event that the upgrade fails. This process creates a restoration of the product.
Follow these steps:
- Uninstall all versions of CA Executive Insight that are currently installed. For the CA Executive Insight backend server component, the uninstall program deletes the databases that are named master and tenant1. If the uninstall fails, manually clean up the master and tenant database schema using the MySQL commands as follows:
drop database master;
drop database tenant1;
- Install the version of CA Executive Insight you want to restore.
- Stop CA Executive Insight if it is running.
- For the CA Executive Insight backend server component, you can import the schema by entering the following commands:
mysql -u <username> -p --database=master < <backupdir>\masterbackup.bin
mysql -u <username> -p --database=tenant1 < <backupdir>\tenantbackup.bin
- Copy the backed-up configuration files into the config directory, replacing files if necessary.
- Start CA Executive Insight.
A restored version of the product has been created.
Perform Server Restoration if the Upgrade is Unsuccessful (Optional)
You can restore CA Executive Insight back to the previous version if the upgrade fails.
Follow these steps:
- Uninstall all versions of CA Executive Insight that are currently installed.
- If necessary, manually remove the CA Executive Insight files in the install_dir directory.
- Install the version of CA Executive Insight you want to restore.
- Stop CA Executive Insight if it is running.
- Copy the backed-up configuration files into the config directory, replacing files if necessary.
- Start CA Executive Insight.
A restored version of the product has been created.
Copyright © 2014 CA.
All rights reserved.
 
|
|