summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2014-11-24 16:57:48 +0100
committerMarin Jankovski <maxlazio@gmail.com>2014-11-24 16:57:48 +0100
commite7a3e35572966c2a7eeb3c900e4919ddb442cfce (patch)
tree6ed72fe5d4ff55be3b0d6ba6f678d27f6dfc777e
parent0d5c8500b843734daed0da4244862fc584b7fb4c (diff)
parent5f65310fcd8a07d5ceafb1c71edf33fd8ee4dafe (diff)
downloadgitlab-ce-e7a3e35572966c2a7eeb3c900e4919ddb442cfce.tar.gz
Merge branch 'master' of github.com:gitlabhq/gitlabhq
-rw-r--r--doc/update/7.3-to-7.4.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/update/7.3-to-7.4.md b/doc/update/7.3-to-7.4.md
index f8a405c195b..2466050ea4c 100644
--- a/doc/update/7.3-to-7.4.md
+++ b/doc/update/7.3-to-7.4.md
@@ -165,6 +165,10 @@ mysql> \q
# Set production -> password: the password your replaced $password with earlier
sudo -u git -H editor /home/git/gitlab/config/database.yml
+# Start GitLab
+sudo service gitlab start
+sudo service nginx restart
+
# Run thorough check
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
```