Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor

This article describes how to upgrade Smart ID Identity Manager from 21.04 to 21.04.1.

Note

These instruction 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

Expand
titlePrerequisites

Step-by-step instruction

Expand
titleUpdate 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:

    Code Block
    titleAdded 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.


Expand
titleOPTION: 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:

    Code Block
    titleUpdate 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.


Expand
titleAdd translations
  1. Translations are added in the \selfservice\config\translations and \identitymanager\operator\translations.
  2. Update these files in your configuration.


Expand
titleRemove hotfixes

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