How to check the version of GitLab?

后端 未结 15 1426
我寻月下人不归
我寻月下人不归 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:03

    The easiest way is to paste the following command:

    cat /opt/gitlab/version-manifest.txt | head -n 1
    

    and there you get the version installed. :)

提交回复
热议问题