Hai community
just thought of discussing an issue which had happened during recent upgradation process.
I recently upgraded GitLab CE from version 17.10.8-ce.0
to 17.11.6-ce.0
using the following steps:sudo apt install gitlab-ce=17.11.6-ce.0
The screenshot is attached here for reference
The upgradable list of gitlab was seen to be available before performing the activity.
Despite completing the prerequisites, I encountered some unexpected errors during the upgrade process (details are attached). To resolve them, I had to manually run the following commands:
sudo gitlab-ctl pg-upgrade
sudo gitlab-ctl reconfigure
sudo gitlab-ctl restart
After these steps, the upgrade completed, and the application seems to be working fine — migrations have run, and basic GitLab functionality is available. I have some concerns about hidden issues or secondary dependencies that may not be immediately visible.
To be safe, I’m planning to revert to a VM snapshot taken before the upgrade and perform the upgrade afresh in a controlled and tested manner.
I would appreciate it if anyone could share:
- Similar experiences with upgrading from 17.10.x to 17.11.x
- Any known issues especially related to PostgreSQL or background migrations
- Suggestions for verifying a safe and complete upgrade
Thanks in advance for your support!