Commit bbaad50b authored by Sid Sijbrandij's avatar Sid Sijbrandij

Merge branch 'add-problematic-mysql-examples' into 'master'

Link to a case where we can't support MySQL

Closes #32181

See merge request !11334
parents 8b17fb61 cab734a8
......@@ -126,8 +126,11 @@ We currently support the following databases:
- MySQL/MariaDB
We _highly_ recommend the use of PostgreSQL instead of MySQL/MariaDB as not all
features of GitLab may work with MySQL/MariaDB. Existing users using GitLab with
MySQL/MariaDB are advised to migrate to PostgreSQL instead.
features of GitLab may work with MySQL/MariaDB. For example, MySQL does not have
the right features to support nested groups in an efficient manner; see
<https://gitlab.com/gitlab-org/gitlab-ce/issues/30472> for more information
about this. Existing users using GitLab with MySQL/MariaDB are advised to
migrate to PostgreSQL instead.
The server running the database should have _at least_ 5-10 GB of storage
available, though the exact requirements depend on the size of the GitLab
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment