Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
/
2.19.0 All you need to know using PI-Server with Docker
2.19.0 All you need to know using PI-Server with Docker
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)
Update the configuration file piplanning.cfg
./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.