Skip to content
Snippets Groups Projects
Commit 32474948 authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Use tags to do minor updates of GitLab

parent ac98d74a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -18,10 +18,11 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
 
```bash
cd /home/git/gitlab
sudo -u git -H git pull origin STABLE_BRANCH
sudo -u git -H git fetch --all
sudo -u git -H git checkout LATEST_TAG
```
 
Replace STABLE_BRANCH with the minor version you want to upgrade to, for example `6-3-stable`.
Replace LATEST_TAG with the latest GitLab tag you want to upgrade to, for example `v6.6.3`.
 
### 3. Update gitlab-shell if it is not the latest version
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment