Upgrade from version 4.2.1.5-4.2.1.8 to version 4.2.1.10 in Docker

The upgrade process for the latest 4.2.1.10 version of OpenIAM is similar to any other upgrade process, except several steps.

The common process is described in the document by this link. Specific steps for OpenIAM version 4.2.1.10 from earlier verions are given below.

In 4.2.1.9 version of OpenIAM we've updated the RabbitMQ queue types to be resilient for HA. This means that in case your current version of OpenIAM is 4.2.1.8 and lower to operate 4.2.1.10 version you must perform the following manual steps after upgrading.

  1. Once setup.sh is completed run the following commands.
docker rm $(docker ps -a -q) -f
docker volume ls | grep rabbitmq
docker volume rm <all from the above ouptut>
  1. Run ./startup.sh

  2. Wait for the containers to fully startup and then the application will be ready for use.

Note: Please note that 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.