summaryrefslogtreecommitdiff
path: root/doc/update/upgrader.md
diff options
context:
space:
mode:
authorRobert Djurasaj <robert.djurasaj@gmail.com>2014-02-13 21:50:02 -0700
committerRobert Djurasaj <robert.djurasaj@gmail.com>2014-02-13 21:50:02 -0700
commitc131c185acafeed355a255d90892145ae689781a (patch)
tree9faa177ce25987d684cd229015addf65b6edb190 /doc/update/upgrader.md
parent5e935bfec6cefe0f295858e0d3eddc2d80a91dbd (diff)
downloadgitlab-ce-c131c185acafeed355a255d90892145ae689781a.tar.gz
Update upgrader.md ... safety first
Diffstat (limited to 'doc/update/upgrader.md')
-rw-r--r--doc/update/upgrader.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/update/upgrader.md b/doc/update/upgrader.md
index 99c81a7877c..305ef961be5 100644
--- a/doc/update/upgrader.md
+++ b/doc/update/upgrader.md
@@ -28,3 +28,15 @@ __GitLab Upgrader is available only for GitLab version 6.4.2 or higher__
sudo service gitlab start
sudo service nginx restart
+
+### 4. Check application status
+
+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!