Commit 42ef81be541032c3cd51dda307a3767617386383

Authored by Dmitriy Zaporozhets
2 parents 494dc8ca 32474948

Merge branch 'patch_update_robustness' into 'master'

Patch Update Robustness
Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
doc/update/patch_versions.md
... ... @@ -18,10 +18,11 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
18 18  
19 19 ```bash
20 20 cd /home/git/gitlab
21   -sudo -u git -H git pull origin STABLE_BRANCH
  21 +sudo -u git -H git fetch --all
  22 +sudo -u git -H git checkout LATEST_TAG
22 23 ```
23 24  
24   -Replace STABLE_BRANCH with the minor version you want to upgrade to, for example `6-3-stable`.
  25 +Replace LATEST_TAG with the latest GitLab tag you want to upgrade to, for example `v6.6.3`.
25 26  
26 27 ### 3. Update gitlab-shell if it is not the latest version
27 28  
... ...