Skip to content

Updating Keycloak


Requirements

  • internet access for downloading the zip file from the SEAL Systems delivery platform

Hint - configuration

The configuration in Keycloak is not overwritten by the update.


Instructions

Hint - changed data directory

With version 6.0.1.99 the data directory changed to C:\ProgramData\SEAL Systems\data\seal-keycloak. Therefore the update requires different steps depending on your current version of Keycloak:


Updating from Version 6.0.1.99 or Later

  1. In a browser, log on to the SEAL Systems delivery platform with your logon data:

    https://delivery.sealsystems.de

    Hint - logon data

    You receive the logon data from your Technical Project Manager at SEAL Systems.

  2. Download the Keycloak%20-%201.0.1.8/ -msi folder.

  3. Change to the download directory and start installing the package:

    install.bat
    
  4. When you have finished the installation, the new keycloak version is running.


Updating from Previous Versions

  1. In a browser, log on to the SEAL Systems delivery platform with your logon data:

    https://delivery.sealsystems.de

    Hint - logon data

    You receive the logon data from your Technical Project Manager at SEAL Systems.

  2. Download the Keycloak%20-%201.0.1.8/ -msi folder.

  3. Open a Command Prompt (Adminstrator).

  4. Stop the service by executing the following command:

    net stop seal-keycloak

  5. Move the seal-keycloak data directory by executing the following command:

    robocopy "%ProgramData%\SEAL Systems\data\seal-keycloak" "%ProgramData%\SEAL Systems\data\seal-keycloak" * /e /b /copyall /move /fp /ns /nc /np /nfl /ndl
    
  6. Uninstall the old version.

  7. Change to the download directory and start installing the package:

    install.bat
    
  8. When you have finished the installation, the new keycloak version is running.