summaryrefslogtreecommitdiff
path: root/doc/update/7.3-to-7.4.md
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2014-11-23 18:37:09 +0100
committerRobert Schilling <rschilling@student.tugraz.at>2014-11-23 18:37:09 +0100
commit5f65310fcd8a07d5ceafb1c71edf33fd8ee4dafe (patch)
tree7963d15862967ded2ee6bbdd42b0f9833c953e81 /doc/update/7.3-to-7.4.md
parenta7ddcab7aabaf9ca01499844100ca8bd2acae3e6 (diff)
parent44e53aefd471081759d9fba160d9a651d520626e (diff)
downloadgitlab-ce-5f65310fcd8a07d5ceafb1c71edf33fd8ee4dafe.tar.gz
Merge pull request #8319 from bbodenmiller/patch-12
start gitlab after mysql tweaks
Diffstat (limited to 'doc/update/7.3-to-7.4.md')
-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
```