Version 1 by Derek Wood
on Aug 30, 2013 08:47.

compared with
Version 2 by Derek Wood
on Aug 30, 2013 09:03.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (27)

View Page History
Development has provided a hotfix to address this issue. The issue will be fully resolved in a future release. Please follow these instructions to obtain and apply the hotfix:

For Windows Users:
*For Windows Users:*

--Obtaining the hotfix files --

2. Download the following zip file to the new folder:
http://repo.r1soft.com/supportscripts/mysql-association-hotfix.zip
[http://repo.r1soft.com/supportscripts/mysql-association-hotfix.zip]

3. Unzip this package.

4. Close all disk safes that will receive the hotfix.
http://wiki.r1soft.com/display/ServerBackup/Closing+Disk+Safes
[http://wiki.r1soft.com/display/ServerBackup/Closing+Disk+Safes]

5. From the command prompt, change directories to the working folder.
{noformat} [c:\path\to\.BAT] [C:\path\to\cdp\install] [C:\path\to\disk\safe] {noformat}
Example:
Install directory = c:\Program Files\Idera Server Backup
Install directory = {{c:\Program Files\Idera Server Backup}}
Disk safe directory = {{c:\Backups\DiskSafe1}}

The command would be :
c:\idera-hotfix\mysql-instance-association-fix.bat c:\Program Files\Idera Server Backup c:\Backups\DiskSafe1
{{c:\idera-hotfix\mysql-instance-association-fix.bat c:\Program Files\Idera Server Backup c:\Backups\DiskSafe1}}

7. Repeat step 6 for each disk safe you intend to update.


For Linux Users:
*For Linux Users:*

--Obtaining the hotfix files --
1. Create a new folder: (example)
# mkdir /root/idera-hotfix
{{# mkdir /root/idera-hotfix}}

2. Change directories to the working folder.
# cd /root/idera-hotfix
{{# cd /root/idera-hotfix}}

3. Download the following zip file to the new folder:
# wget http://repo.r1soft.com/supportscripts/mysql-association-hotfix.tar.gz
[http://repo.r1soft.com/supportscripts/mysql-association-hotfix.tar.gz]

4. Untar this file within the newly created directory.

5. Close all disk safes that will receive the hotfix.
http://wiki.r1soft.com/display/ServerBackup/Closing+Disk+Safes
[http://wiki.r1soft.com/display/ServerBackup/Closing+Disk+Safes]

6. Run the included script against all disk safes you intend to update, using the following method:
{noformat} [/path/to/.sh] [/path/to/install/directory] [/path/to/disk/safe] {noformat}
Example:
Install directory = {{/usr/sbin/r1soft}}
Disk safe directory = {{/Backups/DiskSafe1}}

The command would be :
# sh ./mysql-instance-association-fix.sh /usr/sbin/r1soft /Backups/DiskSafe1
{{# sh ./mysql-instance-association-fix.sh /usr/sbin/r1soft /Backups/DiskSafe1}}

7. Repeat step 6 for each disk safe you intend to update.