Upgrade
Platform upgrade complexity depends on the deployment. Upgrades for heavily customized deployments using many advanced features require far more care and planning than an upgrade for a sample evaluation deployment. Make sure you plan and test appropriately before attempting to upgrade a production deployment. |
When upgrading, be aware of the following changes affecting sample deployments:
-
The Amster
.zip
fileAmster-7.4.0.zip
now includes a root folder namedamster
. -
The Platform UI Docker image version format has changed. For details, refer to Run Docker images.
-
The procedures for configuring IDM now include:
-
A new ui-themerealm.json file to enable theming for hosted UI pages.
This addition makes it possible to edit authentication journeys through the Platform Admin UI.
-
An update to the repo.ds.json file to support password policies with Force Password Change enabled.
This update adds the following settings to
dsconfig/passwordPolicies
>properties
:{ "allowExpiredPasswordChanges": { "type": "simple", "ldapAttribute": "ds-cfg-allow-expired-password-changes" }, "expirePasswordsWithoutWarning": { "type": "simple", "ldapAttribute": "ds-cfg-expire-passwords-without-warning" }, "passwordExpirationInterval": { "type": "simple", "ldapAttribute": "ds-cfg-password-expiration-warning-interval" } }
You can find the Force Password Change option in the Platform Admin UI under Security > Password Policy.
-
To upgrade your sample deployment from 7.3 to 7.4, follow these high-level steps:
-
Upgrade the platform UIs.
Use the new UIs described in Set up the platform UIs.
-
Upgrade IG.
For details, refer to Upgrade in the IG documentation.
-
Upgrade DS.
For details, refer to Upgrade in the DS documentation.
-
Upgrade AM.
For details, refer to Upgrade in the AM documentation.
-
Upgrade IDM.
For details, refer to Upgrade in the IDM documentation.
When upgrading from earlier versions of the sample deployment, read the earlier upgrade instructions and Migration and customization.