diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-06-19 20:24:02 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-06-20 17:27:25 +0200 |
commit | 89dce3eea0c09a6346d2b4e8097dbb48c1eaf616 (patch) | |
tree | 50b01ae4b5bd6a955c9746014b3a7158ea8c5064 /doc/install | |
parent | 46813ccc45283a7881c12e12950080c3e6eaf55c (diff) | |
download | gitlab-ce-89dce3eea0c09a6346d2b4e8097dbb48c1eaf616.tar.gz |
Add link to issue for MySQL/subgroups drop support
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/requirements.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md index e2b1c24d25b..e5aaccdeadf 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -100,7 +100,7 @@ We currently support the following databases: We **highly recommend** the use of PostgreSQL instead of MySQL/MariaDB as not all features of GitLab may work with MySQL/MariaDB: -1. MySQL support for subgroups was dropped with GitLab 9.3. +1. MySQL support for subgroups was [dropped with GitLab 9.3][post]. See [issue #30472][30472] for more information. 1. GitLab Geo does [not support MySQL](https://docs.gitlab.com/ee/gitlab-geo/database.html#mysql-replication). 1. [Zero downtime migrations][zero] do not work with MySQL @@ -110,6 +110,7 @@ Existing users using GitLab with MySQL/MariaDB are advised to [30472]: https://gitlab.com/gitlab-org/gitlab-ce/issues/30472 [zero]: ../update/README.md#upgrading-without-downtime +[post]: https://about.gitlab.com/2017/06/22/gitlab-9-3-released/#dropping-support-for-subgroups-in-mysql ### PostgreSQL Requirements |