summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@gitlab.com>2014-10-13 11:34:06 +0200
committerSytse Sijbrandij <sytse@gitlab.com>2014-10-13 11:34:06 +0200
commit4cbf57e80004dcb803f77ac1e73bf2dd006591c8 (patch)
tree277e5fad61e304d9bf94038c4813eb039eb6b1d6
parent4731d77bb2c48beae16e848916bbcbc08bba27dd (diff)
parentb0e92ca9ae9a2c051381b9cd3817123f6907e4fa (diff)
downloadgitlab-ce-4cbf57e80004dcb803f77ac1e73bf2dd006591c8.tar.gz
Merge pull request #8023 from bbodenmiller/patch-4
minor updates to mysql cleanup
-rw-r--r--doc/update/7.3-to-7.4.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/update/7.3-to-7.4.md b/doc/update/7.3-to-7.4.md
index 0ad29e52075..2e1b993aeb8 100644
--- a/doc/update/7.3-to-7.4.md
+++ b/doc/update/7.3-to-7.4.md
@@ -10,7 +10,7 @@ This document currently just serves as a place to keep track of updates that wil
## Optional optimizations for GitLab setups with MySQL databases
-Only applies if running MySQL database created with GitLab 6.7 or earlier. If you are not experiencing any issues you may not need the following instructions however following them will bring your database in line with the latest recommended installation configuration and help avoid future issues. Be sure to follow these directions exactly. These directions should be safe for any MySQL instance but to be sure take a current MySQL database backup beforehand.
+Only applies if running MySQL database created with GitLab 6.7 or earlier. If you are not experiencing any issues you may not need the following instructions however following them will bring your database in line with the latest recommended installation configuration and help avoid future issues. Be sure to follow these directions exactly. These directions should be safe for any MySQL instance but to be sure make a current MySQL database backup beforehand.
```
# Secure your MySQL installation (added in GitLab 6.2)
@@ -61,8 +61,8 @@ mysql> \q
# Update database configuration details
# See config/database.yml.mysql for latest recommended configuration details
# Remove the reaping_frequency setting line if it exists (removed in GitLab 6.8)
-# Set production -> pool: 10 (updated in GitLab 5.3 & 6.2)
+# Set production -> pool: 10 (updated in GitLab 5.3)
# Set production -> username: git
# Set production -> password: the password your replaced $password with earlier
sudo -u git -H editor /home/git/gitlab/config/database.yml
-``` \ No newline at end of file
+```