Skip to main content
Skip table of contents

Upgrade Smart ID Identity Manager from 21.04 to 21.04.1

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

Step-by-step instruction

Update in docker-compose.yml of Smart ID Self-Service

  1. In the docker-compose.yml of self-service (docker\compose\selfservice), section “environment” the following has been added:
    Added to docker-compose.yml

    CODE
    - 'CONFIG_JSON={
              "languages": {
                "supportedLanguages": [ "en" ],
                "defaultLanguage": "en"
              }
            }'
  2. 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

  1. In the docker-compose.yml of Identity Manager Operator and Identity Manager Admin the following has been added:

    Update in docker-compose.yml

    CODE
          - '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.

Add translations

  1. Translations are added in the \selfservice\config\translations and \identitymanager\operator\translations.

  2. 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.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.