Load the new images
docker login harbor3.piplanning.ioUpdate PI-Server config files
On the host-system download the newest version of the PI-Server docker archive and extract it:
wget https://static-piplanning.s3-eu-central-1.amazonaws.com/releases/on-premise-dev/pi-server-docker_2.12.6-fb2d10b2.tar
mkdir -p pi-server-docker_2.12.6 && tar -xf pi-server-docker_2.12.6-fb2d10b2.tar -C pi-server-docker_2.12.6
cd pi-server-docker_2.12.6Run the updater. You have to pass the path to your PI-Server folder (which contains the docker-compose and all the data) as the first argument.
python update.py /path/to/my/pi-server/installationWhen the migration to the newest version is finished restart the pi-server by
cd /path/to/my/pi-server/installation
./install.shAs a last step: You can clean up by removing the installer
rm pi-server-docker_2.12.6-fb2d10b2.tar pi-server-docker_2.12.6