Good morning,
I’m unable to upgrade from 13.12.15 cause apt message:
gitlab-ce is already the newest version (13.12.15-ce.0)
Summary:
Steps to reproduce:
- having Ubuntu 16.04LTS and GitLab-CE 13.12.15
- upgrade Ubuntu from 16.04LTS to 20.04LTS
- upgrade Ubuntu from 20.04LTS to 22.04LTS
sudo apt-get update && apt-get upgrade gitlab-ce
What is the current bug behavior?
In apt it will say gitlab-ce is already the newest version (13.12.15-ce.0)
What is the expected correct behavior?
Upgrade GitLab to v14
Environment details:
GitLab:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.1 LTS
Release: 22.04
Codename: jammy
GitLab:~$ sudo apt-get upgrade gitlab-ce
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
gitlab-ce is already the newest version (13.12.15-ce.0).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
GitLab:~$ sudo curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 6865 100 6865 0 0 6352 0 0:00:01 0:00:01 --:--:-- 6374
Detected operating system as Ubuntu/jammy.
Checking for curl...
Detected curl...
Checking for gpg...
Detected gpg...
Running apt-get update... done.
Installing apt-transport-https... done.
Installing /etc/apt/sources.list.d/gitlab_gitlab-ce.list...done.
Importing packagecloud gpg key... done.
Running apt-get update... done.
The repository is setup! You can now install packages.
Can you suggest me a way to upgrade?
Thank you
Max