Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

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

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

This article is valid for Smart ID 21.04.1.

Related information

  • No labels