Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(admin): Update supported database support #11473

Merged
merged 1 commit into from Feb 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions admin_manual/installation/system_requirements.rst
Expand Up @@ -23,9 +23,9 @@ For best performance, stability and functionality we have documented some recomm
| | - openSUSE Leap 15.5 |
| | - CentOS Stream |
+------------------+-----------------------------------------------------------------------+
| Database | - **MySQL 8.0+** or MariaDB 10.3/10.4/10.5/**10.6** (recommended) |
| Database | - **MySQL 8.0+** or MariaDB 10.3/10.5/**10.6** (recommended)/10.11 |
| | - Oracle Database 11g (*only as part of an enterprise subscription*) |
| | - PostgreSQL 10/11/12/13/14/15 |
| | - PostgreSQL 12/13/14/15/16 |
| | - SQLite (*only recommended for testing and minimal-instances*) |
+------------------+-----------------------------------------------------------------------+
| Webserver | - **Apache 2.4 with** ``mod_php`` **or** ``php-fpm`` (recommended) |
Expand Down