You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 2 Next »
Do a backup as described here: 2.13.0 Backup
When updating from version < 2.10.0:
We upgrade Postgres to v13 when you run the update.py script. Make sure that you take a backup before! (see above)
Request a login (username and password) for the Rentouch-Docker-Hub from Rentouch if you do not already have one.
docker login harbor3.piplanning.io
Install the updated offline installable images
docker load -i pi-server-images_2.13.0.tar
On the host-system download the newest version of the PI-Server docker archive and extract it:
wget https://s3.eu-central-1.amazonaws.com/static-piplanning/releases/on-premise/pi-server-docker_2.13.0.tar mkdir -p pi-server-docker_2.13.0 && tar -xf pi-server-docker_2.13.0.tar -C pi-server-docker_2.13.0 cd pi-server-docker_2.13.0
Run 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/installation
When the migration to the newest version is finished restart the pi-server by
cd /path/to/my/pi-server/installation ./install.sh
As a last step: You can clean up by removing the installer
rm pi-server-docker_2.13.0.tar pi-server-docker_2.13.0