Upgrade

Check the releases page for the latest version before upgrading.

  1. Change the Gisia version to image: gisia/gisia:VERSION in your docker-compose.yml
  2. 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
  1. Upgrade your Docker runner to the version specified in the release notes