Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WINSTALLATION and version 24.0
Div
Classe2e-refDiv

Otp
Floatingfalse

Rp

The Update Process

If you have a running Scheer PAS BRIDGE Docker installation and want to update, please do the following steps.

Step 1: Extract the Software

  1. Load the new BRIDGE Docker image with

    Code Block
    docker image load -i bridge-<version>.tar
  2. Go to the folder where you have stored your docker-compose.yml file.
  3. Change the BRIDGE image version to match the version of the image you want to install.

    LineSettingDescriptionExample
    4services/imageProvide the version of the Docker image.'bridge:7.5.1'
    Tip

    You can use this step to change other configuration values.

Step 2: Restart the Container

  1. Drop the running container:

    Code Block
    docker-compose down
  2. Create a new container using the new configuration and start it:

    Code Block
    docker-compose up

Step 3: Check your Installation and Remove Old Images

After you have updated your BRIDGE installation, you should check it as described on Checking the Installation. If everything is fine, you can remove the old BRIDGE image with

Code Block
docker image rm bridge:<old version>

xUML RUNTIME Update and Docker

The BRIDGE Docker image is delivered with an xUML RUNTIME.

Note

Generally, you should not manually update the xUML RUNTIME of a BRIDGE running in a Docker container. If you need to update the RUNTIME of such a BRIDGE installation, update the BRIDGE as described above with an image containing the new RUNTIME version.

If, in certain cases, you want to do this nevertheless, keep the following in mind:

  • The updated RUNTIME will be gone, as soon as you perform docker-compose down on the BRIDGE container.

  • The updated RUNTIME will persist, as long as you only use docker-compose start/stop.
Panel
titleOn this Page:

Table of Contents

Panel
titleRelated Pages: