1

How to Check the version of Gitlab-CE 12.0.3 On CentOS 7.6 and Where is it exactly Located

Hello,I just have installed the gitlab-ce edition,but i tried using the command gitlab-ce --version to check the version of installed gitlab-ce,but it says command not found.What are the possible ways to verify the version of installed gitlab-ce version on centos 7.6

gitlab CentOS Add a comment
otwol
asked Jul 23 2019

Answer

1

The exact location to check the vesion of Installed gitlab-ce is /opt/gitlab/version_manifest.txt
head -1 /opt/gitlab/version_manifest.txt

Another way to check the version of gitLab-ce is
gitlab-rake gitlab:env:info

To check the version of gitlab via Web URL, Switch over to the browser and enter the URL as follows
http://<ip-address or your-gitlab-url>/help

Add a comment
linuxhelp
asked Jul 24 2019
edited Jul 24 2019
Post your Answer
1

Planning also to use gitlab on my server this helps a lot, thanks!

Add a comment
thamtoress
asked Jul 28 2019
Post your Answer
1

How to do Resource Planning in Jira using Apps?

Add a comment
NikWilliams
asked Mar 21 2023
edited Dec 12 2023
Post your Answer