gitlabgitlab-ce

Why can't I upgrade to Gitlab Community Edition 17.0.1


I want to upgrade my Gitlab Debian edition from 16.9.1-ce to 17.0.1. Something has changed how do I upgrade.

apt-get install gitlab-ce Reading package lists... Done Building dependency tree Reading state information... Done gitlab-ce is already the newest version (16.9.1-ce.0). 0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.


Solution

  • To get this to work I had to update to the latest version of the Gitlab 16 releases.
    Step 1.

    curl -s https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash
    

    Step 2.

    sudo apt-get install gitlab-ce=16.11.3-ce.0
    

    Step 3.

    sudo apt-get install gitlab-ce=17.0.1-ce.0