From 04c2bce07cb20a1b24f8befd94973e4fba953f5c Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Sat, 3 Dec 2016 11:32:38 +0100 Subject: Link to old patch update guide now that we install workhorse with a raketask [ci skip] --- doc/update/patch_versions.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.1