Visit Nexus to get an overview of Nexus' solutions, read customer cases, access the latest news, and more.


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.


Expand/Collapse All

Prerequisites

Step-by-step instruction

  1. 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"
              }
            }'
  2. Copy these lines from the new docker-compose.yml file to your existing configuration.
  1. 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",
  2. OPTION: Copy these lines from the new docker-compose.yml file to your existing configuration.
  1. Translations are added in the \selfservice\config\translations and \identitymanager\operator\translations.
  2. Update these files in your configuration.

If you added any hotfixes for Smart ID 21.04, remove them now, since they are included in the 21.04.1 release.

This article is valid for Smart ID 21.04.1.

Related information