We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7ddcab + 44e53ae commit 5f65310Copy full SHA for 5f65310
doc/update/7.3-to-7.4.md
@@ -165,6 +165,10 @@ mysql> \q
165
# Set production -> password: the password your replaced $password with earlier
166
sudo -u git -H editor /home/git/gitlab/config/database.yml
167
168
+# Start GitLab
169
+sudo service gitlab start
170
+sudo service nginx restart
171
+
172
# Run thorough check
173
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
174
```
0 commit comments