Upgrade
Check the releases page for the latest version before upgrading.
- Change the Gisia version to
image: gisia/gisia:VERSIONin yourdocker-compose.yml - Upgrade third-party binaries (e.g. Gitaly):
cd gisia
docker compose down
docker pull gisia/init:latest
docker run --rm -v ./:/output --entrypoint upgrade gisia/init:latest
- Upgrade your Docker runner to the version specified in the release notes