Upgrade issues
This topic describes issues that you might encounter when upgrading to a new BMC Release Process Management version.
This topic consists of the following sections:
Upgrading without database migration clean up
An upgrade operation fails when upgrading to a new folder without database migration clean up. This occurs when upgrading from BMC Release Process Management version 4.4 to version 4.6 on a Linux platform with an installed PostgreSQL database.
Workaround: In this case, before you perform the upgrade operation, do the following:
- At the installer root folder, locate the postgresql_patch.sh file.
- Copy the postgresql_patch.sh file to the <RLM>/pgsql/ folder, where <RLM> is the home folder for the previous version.
- Open a terminal session and change to the <RLM>/pgsql directory: cd <RLM>/pgsql
- Change the permissions of the postgresql_patch.sh file: chmod +x postgresql_patch.sh
- Run the script file: ./postgresql_patch.sh
- After the script completes, verify the following:
- The word Done appears.
- The <RLM>/pgsql/postmaster file is present. (This file is a symbolic link to <RLM>/pgsql/postgres.)
Saving time when upgrading silently to a new installation folder
In the 4.6.00, 4.6.00.02, and 4.6.00.03 versions of the BMC Release Process Management installer, the value for the BMC_AUTOMATION_RESULTS property is ignored and the COPY_DATA option is used instead. If you have a lot of data in the automation_results folder, it can take a long time to copy automations to a new installation folder.
Workaround: In this case, upgrade to a new installation folder by doing the following:
- Stop the BMC Release Process Management service.
- Move the content from the automation_results folder somewhere out of the <RLM> folder.
- Upgrade to a new folder.
- Stop the BMC Release Process Management service after the upgrade.
- Move the content from the automation_results folder back to the <RLM>/automation_results folder.
- Start the BMC Release Process Management service.
Upgrading from 4.4.x to 4.6.x version
If you have many files with automation results and you upgrade BMC Release Process Management version 4.4.x to 4.6.x, either the RLM\automation_results folder can be deleted or the files in the folder can be replaced with zero bit files.
Workaround: Back up the automation_results folder by doing the following:
- Go to the RLM folder.
Rename the existing automation_results folder.
- Create an empty folder named automation_results.
- Perform the upgrade.
- After the upgrade, delete the empty automation_results folder and rename the folder with your automation results automation_results.
Related topics