diff options
author | sytses <sytse@gitlab.com> | 2017-06-23 15:24:02 -0700 |
---|---|---|
committer | sytses <sytse@gitlab.com> | 2017-06-23 15:24:02 -0700 |
commit | 6b86ce75cf5b716370611f2bccea2b4590d7ce34 (patch) | |
tree | 1d068708bb708cd6ed1e650390c5ead3fd2eeed1 /doc/install | |
parent | b76c70383419b0cd46d88071a8a05706c1608186 (diff) | |
download | gitlab-ce-6b86ce75cf5b716370611f2bccea2b4590d7ce34.tar.gz |
Monty's version is better.
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/requirements.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md index b9eb3859321..a3d676433e6 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -95,7 +95,7 @@ installation (e.g. the number of users, projects, etc). We currently support the following databases: - PostgreSQL (highly recommended) -- MySQL/MariaDB (strongly discouraged, not all GitLab features are supported, no support for [MySQL GTID](https://dev.mysql.com/doc/refman/5.6/en/replication-gtids-concepts.html)) +- MySQL/MariaDB (strongly discouraged, not all GitLab features are supported, no support for [MySQL/MariaDB GTID](https://mariadb.com/kb/en/mariadb/gtid/)) We highly recommend the use of PostgreSQL instead of MySQL/MariaDB as not all features of GitLab work with MySQL/MariaDB: |