summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-12-03 10:35:22 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-12-03 10:35:22 +0000
commit918d30bfaac3acc48b4d958c748cfac442e7e6ac (patch)
tree83034cbd7e9801a3a90d9ae6d64b008478075f13
parentff23636c5f3736ad16988119c48b9b9969082b1f (diff)
parent04c2bce07cb20a1b24f8befd94973e4fba953f5c (diff)
downloadgitlab-ce-918d30bfaac3acc48b4d958c748cfac442e7e6ac.tar.gz
Merge branch 'docs/patch-guide-link-to-old-guide' into 'master'
Link to old patch update guide now that we install workhorse with a raketask Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/25284 See merge request !7909
-rw-r--r--doc/update/patch_versions.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/update/patch_versions.md b/doc/update/patch_versions.md
index e98c40ca4c0..2f0559dbcc5 100644
--- a/doc/update/patch_versions.md
+++ b/doc/update/patch_versions.md
@@ -44,6 +44,10 @@ sudo -u git -H git checkout v`cat /home/git/gitlab/GITLAB_SHELL_VERSION` -b v`ca
### 4. Update gitlab-workhorse to the corresponding version
+>**Note:**
+This new way to install GitLab workhorse was introduced with GitLab 8.15. If you
+are using an older version follow [this guide instead][oldguide].
+
```bash
cd /home/git/gitlab
@@ -93,3 +97,5 @@ sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
```
If all items are green, then congratulations upgrade complete!
+
+[oldguide]: https://gitlab.com/gitlab-org/gitlab-ce/blob/8-14-stable/doc/update/patch_versions.md