diff options
author | Douwe Maan <douwe@selenight.nl> | 2017-06-29 16:27:47 -0500 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2017-07-04 10:28:50 -0500 |
commit | 58bb7032c6f92051b4dd10d9323cdb89d15dc6fe (patch) | |
tree | be93f413f4ae91e4a825f346341087929c5339ab /doc/update/8.9-to-8.10.md | |
parent | 6205e45727db4d6720b7c3dc6ce010872b4f1628 (diff) | |
download | gitlab-ce-58bb7032c6f92051b4dd10d9323cdb89d15dc6fe.tar.gz |
Document that GitLab 9.3 requires the TRIGGER permission on MySQLdm-9-3-requires-mysql-trigger
Diffstat (limited to 'doc/update/8.9-to-8.10.md')
-rw-r--r-- | doc/update/8.9-to-8.10.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.9-to-8.10.md b/doc/update/8.9-to-8.10.md index d6b2f11d49a..42132f690d8 100644 --- a/doc/update/8.9-to-8.10.md +++ b/doc/update/8.9-to-8.10.md @@ -156,7 +156,7 @@ See [smtp_settings.rb.sample] as an example. Ensure you're still up-to-date with the latest init script changes: sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab - + For Ubuntu 16.04.1 LTS: sudo systemctl daemon-reload |