Merge pull request #1516 from nextcloud/backport/1514/stable16

[stable16] Bump minium pqsql version to 9.5
This commit is contained in:
Daniel Kesselberg 2019-06-30 18:53:15 +02:00 committed by GitHub
commit 4992e6f076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ For best performance, stability and functionality we have documented some recomm
+------------------+-----------------------------------------------------------------------+
| Database | - **MySQL 5.x or MariaDB 5.5+** (recommended) |
| | - Oracle Database 11g (*only as part of an enterprise subscription*) |
| | - PostgreSQL 9/10 |
| | - PostgreSQL 9.5/9.6/10 |
| | - SQLite (*only recommended for testing and minimal-instances*) |
+------------------+-----------------------------------------------------------------------+
| Webserver | - **Apache 2.4 with** ``mod_php`` **or** ``php-fpm`` (recommended) |