vault backup: 2025-12-10 11:37:35

This commit is contained in:
2023-05-15 17:16:05 +02:00
committed by Thomas Peetz
parent 91bf72fc87
commit 73f2162ddf
6049 changed files with 513094 additions and 227748 deletions
+24
View File
@@ -0,0 +1,24 @@
---
{}
---
- [x] Update Gitlab to 15.11.13-ce.0 [start:: 2023-08-14] [scheduled:: 2023-08-14] [due:: 2023-08-14] [completion:: 2023-08-15]
- [x] Update Gitlab to 16.x [start:: 2023-08-14] [scheduled:: 2023-08-14] [due:: 2023-08-14] [completion:: 2023-08-15]
Identify the version number of the installed package
```shell
sudo apt-cache madison gitlab-Ce
```
Link to documentation: https://docs.gitlab.com/ee/update/package/index.html#upgrade-using-the-official-repositories
Update Gitlab to certain version
```shell
sudo apt install gitlab-ce=15.11.13-ce.0
```
Update Gitlab to latest Version
```shell
sudo apt upgrade -y
```