Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2014-11-23 13:28:34 +0300
committerBen Bodenmiller <bbodenmiller@hotmail.com>2014-11-23 13:28:34 +0300
commit44e53aefd471081759d9fba160d9a651d520626e (patch)
tree88b78ff4a133c581ff3077eeeadfd39a8296a554 /doc/update/7.3-to-7.4.md
parent75c3dc9efcc88b8cc9a3d1013fbb5358bb64b432 (diff)
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 3f471500c82..f6d6d1e1eea 100644
--- a/doc/update/7.3-to-7.4.md
+++ b/doc/update/7.3-to-7.4.md
@@ -167,6 +167,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
```