How to check the version of GitLab?

后端 未结 15 1484
我寻月下人不归
我寻月下人不归 2020-12-12 13:49

How to check which version of GitLab is installed on the server?

I am about version specified in GitLab changelog:
https://gitlab.com/gitlab-org/gitlab-foss/b

15条回答
  •  粉色の甜心
    2020-12-12 14:08

    I have Version: 12.2.0-ee and I tried the URL via (https://yourgitlab/help ) but I have not got this information. In the other hand I got this with gitlab-rake with success into the command line:

    sudo gitlab-rake gitlab:env:info
    

    ... GitLab information Version: 12.2.0-ee ...

提交回复
热议问题