Merge branch 'patch_update_robustness' into 'master'

Patch Update Robustness
This commit is contained in:
Dmitriy Zaporozhets 2014-03-13 20:07:19 +00:00
commit 42ef81be54
1 changed files with 3 additions and 2 deletions

View File

@ -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