Minor and Hotfix / Patch Upgrades
For Minor and Hotfix / Patch Upgrades (https://semver.org/lang/de/) it is enough to replace the docker container with the newer version. Be sure to check out the Release Notesfor whats new.
Procedure
Please make a backup of your entire configuration this may include the following files. You can download the entire folder directly via <yourInstance.com>/config by rightclick on a folder and select download.
Shut down the portrait instance via docker-compose down. (stop is not enough)
Update the .env file to use the latest version:
Example: (use the latest Minor version that is available) see https://install.portrait.app/ for all versionsBACKEND_TAG=7.0.0 FRONTEND_TAG=7.0.0 PYTHON_RUNTIME_TAG=7.0.0
Make sure to always use the same versions for all components!
Startup the instance via docker-compose up -d
A general rule for how releases are handled can be found here: https://portrait.atlassian.net/wiki/spaces/PA/blog/2022/10/20/844595201/Release+Strategy#Version-Pattern.
Major Version Upgrade Matrix
Major Upgrades have breaking changes that could require you to manually update your configuration (application-prod.yml) and docker compose (docker-compose.yml). Check the Migration Guides and Release Notes for more details.
From | To | |
---|---|---|
4.X | 5.X | no upgrade path - go directly to 6.X |
4.X | 6.X | |
5.X | 6.X | |
6.X | 7.X |