hi, I plan to upgrade to the latest version from 12.0.0.
and I am using centos server
on the manually download package, have a lot of .rpm version to download.
How I can check my gitlab is under which .rpm version?
thanks, please help.
hi, I plan to upgrade to the latest version from 12.0.0.
and I am using centos server
on the manually download package, have a lot of .rpm version to download.
How I can check my gitlab is under which .rpm version?
thanks, please help.
You can do a couple of things. If redhat-lsb package installed then
lsb-release
And it will tell you the version. Another way is:
cat /etc/redhat-release
I using centos, may I know is which version to download ?
Running same commands on centos will tell you which version. If centos 7 download el7. If centos 8 download el8.