Hello,
I am trying to upgrade from gitlab-ee 13.12.15 to version 14. I’m assuming I would need to go to 14.0.12 first, then on to the next 14.1.X, and so on, but I am getting the following message when I do the apt install command.
root@gitlab# apt install gitlab-ee
Reading package lists... Done
Building dependency tree
Reading state information... Done
gitlab-ee is already the newest version (13.12.15-ee.0).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I have tried re-running the curl...script.deb.sh | sudo bash
and apt update
commands, and have specified the version on the install line, but I cannot seem to find version 14 available.
The following shows 13.12.15 as the latest version available to me
root@gitlab:~# apt-cache madison gitlab-ee
gitlab-ee | 13.12.15-ee.0 | https://packages.gitlab.com/gitlab/gitlab-ee/ubuntu xenial/main amd64 Packages
gitlab-ee | 13.12.12-ee.0 | https://packages.gitlab.com/gitlab/gitlab-ee/ubuntu xenial/main amd64 Packages
gitlab-ee | 13.12.11-ee.0 | https://packages.gitlab.com/gitlab/gitlab-ee/ubuntu xenial/main amd64 Packages
Any help is appreciated.
Regards