2.14.1 All you need to know using PI-Server with Docker

Restart server

You can do this simply by:

./install.sh

You can not use "docker-compose up" as install.sh will merge two docker-compose file into one depending on the setup you have defined in piplanning.cfg

Stop the server

docker-compose down

Update configuration (piplanning.cfg)

  1. Update the configuration file piplanning.cfg
  2. ./install.sh

Inspect log-files

To inspect the logs you can grab the logs of the individual containers by

docker logs -f <container-name or ID>

To check for errors regarding the ALM-sync:

  • pialmsync container

Data storage / backups

All data and settings from the teams will be saved in the data folder. This data persists over updates.

Make sure you do regularly backups of the data folder.

Updating PI-Server

See 2.14.1 Update from an earlier version to this version