Upgrade from Gitlab 10.7.3-ee to latest version

I login toubuntu 16.04.6 LTS via ssh.
When I start update with
sudo apt-get update
and
sudo apt-get upgrade

I’ve got the following message:

It seems you are upgrading from major version 10 to major version 12.
It’s required to update to the latest 11.11 version first
.
I’ve read the documentation but I don’t understand the steps I’ve had to do.
How can I update the the latest 11.11? What is the exact command?

Thank you for help!

The latest version in the 11.11 series is (currently) 11.11.8, and the command to upgrade to it is:

sudo apt install gitlab-ee=11.11.8-ee.0

But you might want to upgrade to 10.8.7 first (it should be simple to modify the command given above with a different version number).

1 Like

Thank you for help. I’ve make the updates as described step for step in the update-path.
Before this I’ve checked which version I use (ee or cc), to avoid trouble on updating.
Now it works perfectly.