Files
minimal-setups/content/snippets/0090-gitlab-upgrades.md
Wolfgang Hottgenroth b2249c06e9
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
mdwiki test starts
2025-04-14 22:22:45 +02:00

851 B

Upgrade of a GitLab instance

When upgrading a Gitlab instance, strictly follow the defined upgrade path. Consider to snapshot the filesystem if possible after each step.

Additional, after each step wait until all background migrations are completed before performing the next upgrade step.

To find the versions of a specific package in the Debian apt cache use

    apt-cache madison gitlab-ce

To upgrade to a specific version use

    apt install gitlab-ce=<version>

Definitely observe the version specific upgrade instructions, especially background migrations!