How to check the version of GitLab?

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

    cat /opt/gitlab/version-manifest.txt |grep gitlab-ce|awk '{print $2}'
    

提交回复
热议问题