This article describes how to upgrade Smart ID Identity Manager from 21.04 to 21.04.1.
These instructions only apply if you have kept the docker-compose.yml from the previous release. If you install a new docker configuration, you do not have to care about this, since this is part of the latest docker-compose files on the download portal.
Prerequisites
-
An older release of Smart ID Identity Manager is already installed.
Step-by-step instruction
Update in docker-compose.yml of Smart ID Self-Service
-
In the docker-compose.yml of self-service (docker\compose\selfservice), section “environment” the following has been added:
Added to docker-compose.yml- 'CONFIG_JSON={ "languages": { "supportedLanguages": [ "en" ], "defaultLanguage": "en" } }' -
Copy these lines from the new docker-compose.yml file to your existing configuration.
OPTION: Update in docker-compose.yml of Identity Manager Operator and Identity Manager Admin
-
In the docker-compose.yml of Identity Manager Operator and Identity Manager Admin the following has been added:
Update in docker-compose.yml
- 'SYSTEM_PROPERTIES={ "MLTextTranslationProvider.defaultLanguage": "en", "multilanguageHelper.localeString": "de,en,fr,sv", -
OPTION: Copy these lines from the new docker-compose.yml file to your existing configuration.
Add translations
-
Translations are added in the \selfservice\config\translations and \identitymanager\operator\translations.
-
Update these files in your configuration.
Remove hotfixes
If you added any hotfixes for Smart ID 21.04, remove them now, since they are included in the 21.04.1 release.