Open gino8080 opened 1 month ago
To update your GitLab instance, you only need to change the image version in your docker-compose.yml
file. For example, if you want to upgrade to version 16.4.0-ce
, follow these steps:
docker-compose.yml
file to change the image line to:
image: zengxs/gitlab:16.4.0-ce
docker compose down // stop container
docker compose up -d // restart container
Please note that you can only upgrade from one minor version to the next (e.g., from 16.4.x
to 16.5.x
). If you need to upgrade across multiple minor versions (e.g., from 16.4.x
to 16.7.x
), you must do so step by step: 16.4.x
→ 16.5.x
→ 16.6.x
→ 16.7.x
. This is a limitation of GitLab itself. For more information, please refer to the official documentation: GitLab Upgrade Paths.
Thank you, I will retry following these steps.
I'm doing a minor upgrade from v17.4.1 to latest (v17.5)
I tried using these steps before:
but after an infinite logs the system didn't started correctly apparently without any error...
I saw a new folder with ssl and some certificates inside the mapped ./config, but I'm using it behind another nginx proxy with correct certificates, so I don't know what's happened :(
Thank you for the update. It sounds like you might be experiencing an issue during the upgrade process. Without logs, I can only make some guesses. It’s possible that GitLab is in the middle of a migration during the upgrade, which can sometimes take over 10 minutes.
Could you please provide the logs from the GitLab container? This will help me diagnose the issue further.
Please can you describe the steps to make a correct update procedure?
my docker-compose is like this
I tried stopping and restarting container but did not worked