This documentation is divided into 2 parts:
- Part 1 describes the actual update of the containers and comes in two options
- Part 2 describes steps which have to be done independently of the container orchestration mode.
Part 1: Upgrading Simplifier
Option 1: Upgrade using default docker compose
Step 1 – Shutdown Simplifier Instance
Go to the directory where you placed the docker-compose file. Switch into that folder:
cd docker-compose
To stop Simplifier, run
docker compose down
Step 2 – Get Simplifier setup files
Update the content and switch to the new release branch:
git pull git checkout --track origin/release/8.3
Step 3 – Edit .env
Open your .env file with your favourite editor, like vim or nano. Look for the followint line:
SIMPLIFIER_VERSION=8.2
and change it to
SIMPLIFIER_VERSION=8.3
Save the file and leave the editor.
Step 4 – Start Simplifier
docker compose up -d
Option 2: Generic upgrade instructions, if you are not using our default docker compose setup
With Simplifier 8 EHP 3, there aren’t any changes in the infrastructure. To upgrade, shut down Simplifer, change the container image name from
simplifierag/simplifier:8.2 simplifierag/launchpad:8.2 simplifierag/workflow-designtime:8.2 simplifierag/workflow-runtime:8.2
to
simplifierag/simplifier:8.3 simplifierag/launchpad:8.3 simplifierag/workflow-designtime:8.3 simplifierag/workflow-runtime:8.3
And start Simplifier again.
Part 2: Doings after upgrade
Step 1: Update Simplifier Standard Content
Download the latest Standard Content from Marketplace and import it to your Simplifier Instance. Make sure using import scenarios ‘Overwrite all’ or ‘Skip unchanged’ (recommended).