Use release version (tag) instead of branch while the installation or the upgrade.
Created by: amouhzi
In documentation files:
Instead of this:
cd /home/git/gitlab
sudo -u git -H git fetch
sudo -u git -H git checkout 6-0-stable
Use this
cd /home/git/gitlab
sudo -u git -H git fetch
sudo -u git -H git checkout tags/v6.0.0
What do you think?