... | ... | @@ -1614,8 +1614,15 @@ file, the `profile::gitlab::app::major_version` variable. |
|
|
Do *not* let Puppet upgrade the package: change the pin by hand on
|
|
|
disk after changing it in Puppet, then run the upgrade in a `tmux`.
|
|
|
|
|
|
After upgrades, you might need to update the GitLab Registry metadata
|
|
|
database with:
|
|
|
Once the new version of the package is installed, it's recommended to
|
|
|
reboot the machine or just restart all services using:
|
|
|
|
|
|
```
|
|
|
gitlab-ctl restart
|
|
|
```
|
|
|
|
|
|
In addition, after major upgrades, you might need to run migrations for
|
|
|
the GitLab Registry metadata database with:
|
|
|
|
|
|
```
|
|
|
# gitlab-ctl registry-database migrate up
|
... | ... | |