Update Instructions#
When visiting the ADP, the currently used version is compared with the latest available version. If a new version is available, a notification will be displayed upon visiting the ADP, indicating that an update is available.
In the notification, you can click on "Update Now" to directly go to the Software Update page.
You can also access the update through the User Menu at the bottom left. If an update is available, a red dot will appear on the Update button, signaling that an update is available. By clicking on Software Update, you will also reach the Software Update page.
On the Software Update page, all available updates (version, release date, options) are listed. These can be downloaded under options.
By clicking on Download, a docker-compose.yaml
file will be downloaded, which represents the new version.
In the tile below, the necessary update steps are displayed.
On the system where the ADP is currently running, navigate to the directory of the docker-compose file. There, execute the command with the old file:
docker compose down
Then, replace the old docker-compose file with the new one. Subsequently, the following commands should be executed:
docker pull
docker compose up -d
Afterwards, ADP will start with the updated version at the already known address. You may need to clear the browser cache to ensure everything works as expected.