Skip to content

Commit 5f65310

Browse files
committed
Merge pull request gitlabhq#8319 from bbodenmiller/patch-12
start gitlab after mysql tweaks
2 parents a7ddcab + 44e53ae commit 5f65310

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/update/7.3-to-7.4.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@ mysql> \q
165165
# Set production -> password: the password your replaced $password with earlier
166166
sudo -u git -H editor /home/git/gitlab/config/database.yml
167167
168+
# Start GitLab
169+
sudo service gitlab start
170+
sudo service nginx restart
171+
168172
# Run thorough check
169173
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
170174
```

0 commit comments

Comments
 (0)