Merge pull request #5895 from nextcloud/enh/sys_req

Update system requirements
This commit is contained in:
Roeland Jago Douma 2021-01-07 08:54:17 +01:00 committed by GitHub
commit 666ea9b2db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,16 +21,15 @@ For best performance, stability and functionality we have documented some recomm
| | - openSUSE Leap 42.1+ |
| | - CentOS 8 |
+------------------+-----------------------------------------------------------------------+
| Database | - **MySQL 5.7+ or MariaDB 10.2+** (recommended) |
| Database | - **MySQL 8.0+ or MariaDB 10.2+** (recommended) |
| | - Oracle Database 11g (*only as part of an enterprise subscription*) |
| | - PostgreSQL 9.5/9.6/10/11 |
| | - PostgreSQL 9.6/10/11 |
| | - SQLite (*only recommended for testing and minimal-instances*) |
+------------------+-----------------------------------------------------------------------+
| Webserver | - **Apache 2.4 with** ``mod_php`` **or** ``php-fpm`` (recommended) |
| | - nginx with ``php-fpm`` |
+------------------+-----------------------------------------------------------------------+
| PHP Runtime | - 7.2 |
| | - **7.3** (*recommended*) |
| PHP Runtime | - **7.3** (*recommended*) |
| | - **7.4** (*recommended*) |
+------------------+-----------------------------------------------------------------------+