To create the backup, copy the files in the installation directory to a backup directory. Then, export the database using the mysqldump utility, which is normally located in the mysql/bin directory. Once the files and database are backed up, you can then restore CA Executive Insight.
If the upgrade should fail, this process creates back-up files that could be utilized to restore CA Executive Insight.
Follow these steps:
The default installation location on Windows is C:\Program Files\CA\ExecutiveInsight.
The default installation location on Linux is /opt/CA/ExecutiveInsight.
For Windows, by default, it is:
c:\Program Files\MySQL\MySQL Server 5.5\bin
For Linux, by default, it is:
c:\Program Files\MySQL\MySQL Server 5.5\usr\bin
mysqldump -p --user=<username> --add-drop-table master > <backupdir>\masterbackup.bin mysqldump -p --user=<username> --add-drop-table tenant1 > <backupdir>\tenant1backup.bin
If the MySQL programs are not in your path, manually specify the location of the mysqldump program in your commands.
A backed up copy of CA Executive Insight is created.
|
Copyright © 2013 CA.
All rights reserved.
|
|