diff options
author | sytses <sytse@gitlab.com> | 2017-06-21 11:28:26 -0700 |
---|---|---|
committer | sytses <sytse@gitlab.com> | 2017-06-21 11:28:26 -0700 |
commit | c66fdc2bd01620d6452943b21e74f0e9f5fafa98 (patch) | |
tree | eb2a89ef753e2b95ae3723567a13bc4560d2e67d | |
parent | ce0c5da07d62e1559c2057ee727da6a5e09e617a (diff) | |
download | gitlab-ce-c66fdc2bd01620d6452943b21e74f0e9f5fafa98.tar.gz |
Wording of Mysql support.
-rw-r--r-- | doc/install/requirements.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md index e5aaccdeadf..643fe5b686b 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -94,11 +94,11 @@ installation (e.g. the number of users, projects, etc). We currently support the following databases: -- PostgreSQL -- MySQL/MariaDB +- PostgreSQL (highly recommended) +- MySQL/MariaDB (doesn't support all features) We **highly recommend** the use of PostgreSQL instead of MySQL/MariaDB as not all -features of GitLab may work with MySQL/MariaDB: +features of GitLab work with MySQL/MariaDB: 1. MySQL support for subgroups was [dropped with GitLab 9.3][post]. See [issue #30472][30472] for more information. |