Commit 04c2bce0 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Link to old patch update guide now that we install workhorse with a raketask

[ci skip]
parent ff23636c
...@@ -44,6 +44,10 @@ sudo -u git -H git checkout v`cat /home/git/gitlab/GITLAB_SHELL_VERSION` -b v`ca ...@@ -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 ### 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 ```bash
cd /home/git/gitlab cd /home/git/gitlab
...@@ -93,3 +97,5 @@ sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production ...@@ -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! 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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment