diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-10-18 01:28:50 -0700 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-10-18 01:28:50 -0700 |
commit | 768da57fe4aeb9fddc96620d5a91d5a2974e438d (patch) | |
tree | 0c5c9767191bd4bc31a5fcf418810ef7f179beea | |
parent | 564c4138e914abab570ad92c4850dd2b35d37198 (diff) | |
download | gitlab-ce-768da57fe4aeb9fddc96620d5a91d5a2974e438d.tar.gz |
clarify when database.yml needs to be updated
Clarify that database.yml should be updated if you are running a MySQL Database. Remove wording that de-emphasises importance of update.
-rw-r--r-- | doc/update/7.3-to-7.4.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/7.3-to-7.4.md b/doc/update/7.3-to-7.4.md index 193f44bb67e..c50eb01d279 100644 --- a/doc/update/7.3-to-7.4.md +++ b/doc/update/7.3-to-7.4.md @@ -101,7 +101,7 @@ timeout 60 * HTTPS setups: Make `/etc/nginx/sites-available/nginx-ssl` the same as https://gitlab.com/gitlab-org/gitlab-ce/blob/7-4-stable/lib/support/nginx/gitlab-ssl but with your setting -#### Update database.yml config file(for mysql only) if needed (basically it is required for old gitlab installations) +#### MySQL Databases: Update database.yml config file * Add `collation: utf8_general_ci` to config/database.yml as seen in [config/database.yml.mysql](config/database.yml.mysql) |