Upgrading from versions 4.2.1.x to version 4.2.1.12 in RPM
The upgrading process to the newest OpenIAM version of 4.2.1.12 is simple and straightforward, following the steps below.
- Verify running status of OpenIAM with the following command.
openiam-cli status
- Modify
env.conf
file with the target OpenIAM version. To do it edit the environment configuration file ...
vi /usr/local/openiam/env.conf
... and change the following line
export UPGRADE_TO_VERSION=""
To
export UPGRADE_TO_VERSION="4.2.1.12"
- Run the upgrade script by running
sh /usr/local/openiam/utils/upgrade.sh
- Verify the running status of the cluster
openiam-cli status
- Once all the services are up and running, login to OpenIAM and navigate to Administration > About OpenIAM.
The build version must be updated to 4.2.1.12.
Note: You must update connector if you use newer versions of the product. It is recommended to use the latest connector version.
All .NET/PS connectors versions as at 5.24.0.0 version are backward compatible, hence updating it will not disrupt operation of OpenIAM versions 4.2.0 and higher.
All .NET/PS connectors versions as at 5.24.0.0 version are backward compatible, hence updating it will not disrupt operation of OpenIAM versions 4.2.0 and higher.