} } } };
Scenario - Upgrade
The security administrator currently has Security Verify Access running in a docker environment. A new version of ISAM has just been released and so the administrator wants to upgrade the environment to this latest version.
The administrator completes the following steps.
- Pull the latest Security Verify Access image from Docker Hub.
- Start a new configuration container using the latest Security Verify Access image.
- When the image starts, it will automatically convert the data found in the configuration volume to the latest version.
- The legacy data files will continue to exist so that Security Verify Access containers which are running the older version of ISAM can continue to operate.
- Start each service, one at a time, using the latest Security Verify Access image.
- As each new service is started, stop the corresponding service running the older version of the image.
- The services from the old version and services from the new version can co-exist in the environment. However, configuration changes to the services from the old version must be made using a configuration container also at the old version.
Parent topic: Scenarios