diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2014-11-24 16:57:48 +0100 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2014-11-24 16:57:48 +0100 |
commit | e7a3e35572966c2a7eeb3c900e4919ddb442cfce (patch) | |
tree | 6ed72fe5d4ff55be3b0d6ba6f678d27f6dfc777e | |
parent | 0d5c8500b843734daed0da4244862fc584b7fb4c (diff) | |
parent | 5f65310fcd8a07d5ceafb1c71edf33fd8ee4dafe (diff) | |
download | gitlab-ce-e7a3e35572966c2a7eeb3c900e4919ddb442cfce.tar.gz |
Merge branch 'master' of github.com:gitlabhq/gitlabhq
-rw-r--r-- | doc/update/7.3-to-7.4.md | 4 |
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 ``` |