# GitLab

# Upgrade paths

[Click here](https://docs.gitlab.com/ee/update/index.html#upgrade-paths) to view the required upgrade paths. Use the commands below to perform the individual upgrades.

# Upgrade to a specific version using the official repositories

[source](https://docs.gitlab.com/ee/update/package/index.html#version-specific-changes)

Use the first command

```shell
# Ubuntu/Debian
sudo apt-cache madison gitlab-ee

```

```shell
# Ubuntu/Debian
sudo apt install gitlab-ee=<version>

```

Example staged upgrade:

```shell
apt install gitlab-ee=14.10.5-ee.0
apt install gitlab-ee=15.0.5-ee.0
apt install gitlab-ee=15.1.6-ee.0
apt install gitlab-ee=15.4.6-ee.0
apt install gitlab-ee=15.11.12-ee.0
```