Skip to content

Upgrade Guide

Docker image versions are represented by tags. You can specify the version for installation as “.” use a major release tag like “:1.15” (for all 1.14.x releases), or specify an exact version like “:1.15.1.” Upgrading the CEP might require one or two commands based on the tag used. If not specifying a direct version, such as “:1.15.1,” start by pulling the tagged image from the registry. Depending on the tag you're using, one or two commands required to upgrade the CEP.

If you are not using the direct version, such as 1.15.1, you should begin by pulling the tagged image from the registry.

    cd /opt/cep
    docker-compose pull

Afterward, you can recreate the container using the following commands:

    docker-compose up -d

If you're using the direct version, such as 1.15.1, you need to update the version in the docker-compose.yml file first and then execute the following command:

    docker-compose up -d