Gitlab バージョンを確認する
Gitlabでバージョンを確認する手順を記述してます。
環境
- gitlab 14.9.2
手順
GitlabのルートURLに「help」をつけると確認することが可能です。
http://xxxx.xxxx/help
画面
コマンドで確認
以下のコマンドでも確認することは可能です。
# gitlab-rake gitlab:env:info
System information
System:
Current User: git
Using RVM: no
Ruby Version: 2.7.5p203
Gem Version: 3.1.4
Bundler Version:2.2.33
Rake Version: 13.0.6
Redis Version: 6.2.6
Sidekiq Version:6.4.0
Go Version: unknown
GitLab information
Version: 14.9.2
Revision: 56bec66a79f
Directory: /opt/gitlab/embedded/service/gitlab-rails
DB Adapter: PostgreSQL
DB Version: 12.7
URL: http://xxxx
HTTP Clone URL: http://xxxx/some-group/some-project.git
SSH Clone URL: git@xxxx:some-group/some-project.git
Using LDAP: no
Using Omniauth: yes
Omniauth Providers:
GitLab Shell
Version: 13.24.0
Repository storage paths:
- default: /var/opt/gitlab/git-data/repositories
GitLab Shell path: /opt/gitlab/embedded/service/gitlab-shell
-
前の記事
javascript エラー「TypeError: undefined is not an object (evaluating ‘arr[x].toString’)」の解決方法 2022.04.16
-
次の記事
jquery 型を取得する 2022.04.16
コメントを書く