summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-27 15:34:47 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-27 15:34:47 +0000
commitd25bc257666c9949b6f62414368c09e83df9d6f1 (patch)
tree845cd819a272a1f8606d29df4d93ca326c7cd794
parent19ea36227afb25563df48df7a7bfcd8053d4f486 (diff)
parentcee88509a382d93468982d33bee33a2dd08eb389 (diff)
downloadgitlab-ce-d25bc257666c9949b6f62414368c09e83df9d6f1.tar.gz
Merge branch 'gitlab_shell_in_upgrader_guide' into 'master'
Gitlab shell in upgrader guide Fixes #1214
-rw-r--r--doc/update/upgrader.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/update/upgrader.md b/doc/update/upgrader.md
index 72a94f67b3c..0a1ad099dac 100644
--- a/doc/update/upgrader.md
+++ b/doc/update/upgrader.md
@@ -34,13 +34,22 @@ __GitLab Upgrader is available only for GitLab version 6.4.2 or higher__
Check if GitLab and its environment are configured correctly:
sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production
-
+
To make sure you didn't miss anything run a more thorough check with:
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
-
+
If all items are green, then congratulations upgrade is complete!
+### (optional) 5. Application status check fails
+
+If the `gitlab:check` task reports an old version of gitlab-shell and recommends upgrading, upgrade gitlab-shell by running:
+
+```
+cd /home/git/gitlab-shell
+sudo -u git -H git fetch
+sudo -u git -H git checkout v1.9.4
+```
### One line upgrade command