summaryrefslogtreecommitdiff
path: root/doc/update
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@maczukin.pl>2016-01-18 15:52:26 +0100
committerTomasz Maczukin <tomasz@maczukin.pl>2016-01-18 21:27:56 +0100
commitd1c474ae6aa98e281cdc46da183a0c29a324ba31 (patch)
tree20cb13640cea1c1f15fcc3467c6b367ee22cd0a2 /doc/update
parentb76bfe35c76084f17a7c017192049b793f70b9b1 (diff)
downloadgitlab-ce-d1c474ae6aa98e281cdc46da183a0c29a324ba31.tar.gz
Add information about PostgreSQL<>MySQL 'text' type differences into to installation docs
Diffstat (limited to 'doc/update')
-rw-r--r--doc/update/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/update/README.md b/doc/update/README.md
index 0472537eeb5..46aec4885e2 100644
--- a/doc/update/README.md
+++ b/doc/update/README.md
@@ -14,3 +14,4 @@ Depending on the installation method and your GitLab version, there are multiple
## Miscellaneous
- [MySQL to PostgreSQL](mysql_to_postgresql.md) guides you through migrating your database from MySQL to PostgreSQL.
+- [MySQL installation guide](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/database_mysql.md) contains additional informations about configuring GitLab to work with MySQL database.