Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Changelog:

  • Fix: Jira 'create test issue'
  • Fix: Jira team-fields (used API which only exists in Jira cloud)

Installation

Install the base version 2.9.0 Installation and then update as describe below to this version. 

Update

Expand
titleUpdate to this version

Load the new images

  • With internet connection: 
Code Block
docker login harbor3.piplanning.io
  • Without internet connection: Ask rentouch for the images.

Update PI-Server config files

On the host-system download the newest version (checkout https://binaries.rentouch.ch/on-premise to see all versions) of the PI-Server docker archive and extract it:

Code Block
wget https://s3.eu-central-1.amazonaws.com/static-piplanning/releases/on-premise/pi-server-docker_2.9.2.tar
mkdir -p pi-server-docker_2.9.2 && tar -xf pi-server-docker_2.9.2.tar -C pi-server-docker_2.9.2
cd pi-server-docker_2.9.2

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.

Code Block
python update.py /path/to/my/pi-server/installation

When the migration to the newest version is finished restart the pi-server by

Code Block
cd /path/to/my/pi-server/installation
./install.sh

As a last step: You can clean up by removing the installer

Code Block
rm pi-server-docker_2.9.2.tar pi-server-docker_2.9.2


...