LoginSignup
1
0

More than 1 year has passed since last update.

Gitlab のアップデート 13.12.6→14.8.2

Posted at

インストール 作業メモ [22/04/01]

Apache & Subdirectry 運用設定です。

  • Ubuntu 20.04.2 LTS
  • GitLab Community Edition 13.12.6 からのUpdate

結論:アップグレードパスに沿って、アップデートすれば問題無し

何も考えずに、以下のアップグレードのコマンドを実行するとエラーが発生します。

sudo apt update && sudo apt install gitlab-ce

エラーでアップデートに失敗しました。
image.png

■アップグレードパスを確認

https://docs.gitlab.com/ee/update/index.html#upgrade-paths
image.png

自分の場合は、13.12.6[現Ver] → 13.12.15 → 14.0.12 → 14.6.2 → 最新Ver と計画
試しに、以下のバージョン指定でアップデートを試みます。

sudo apt update && sudo apt install gitlab-ce=13.12.15-ce.0

■バージョンアップに成功しました。
image.png

■引き続き、以下のバージョンアップを実行しました。

sudo apt update && sudo apt install gitlab-ce=14.0.12-ce.0
sudo apt update && sudo apt install gitlab-ce=14.6.2-ce.0
sudo apt update && sudo apt install gitlab-ce

■ヘルプから、バージョンの再確認
2022-04-01_10h24_37.png

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0