diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-03-13 20:07:19 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-03-13 20:07:19 +0000 |
commit | 42ef81be541032c3cd51dda307a3767617386383 (patch) | |
tree | 8e7733be400433eddfee1fec6f0e42284a2b2879 /doc/update/patch_versions.md | |
parent | 494dc8ca8b13471aa40c9e614c594fb6ccf810c0 (diff) | |
parent | 324749486f8d712c48e77a04a482b734c3d54b41 (diff) | |
download | gitlab-ce-42ef81be541032c3cd51dda307a3767617386383.tar.gz |
Merge branch 'patch_update_robustness' into 'master'
Patch Update Robustness
Diffstat (limited to 'doc/update/patch_versions.md')
-rw-r--r-- | doc/update/patch_versions.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/update/patch_versions.md b/doc/update/patch_versions.md index 21b93c0b929..2b947adaa13 100644 --- a/doc/update/patch_versions.md +++ b/doc/update/patch_versions.md @@ -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 |