Merge pull request #12211 from nextcloud/jtr/fix-sqlite-version-stable29

[stable29] fix: add minimum sqlite version to system requirements
This commit is contained in:
Ferdinand Thiessen 2024-09-17 02:00:15 +02:00 committed by GitHub
commit 89154d3691
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ For best performance, stability and functionality we have documented some recomm
| 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/16 |
| | - SQLite (*only recommended for testing and minimal-instances*) |
| | - SQLite 3.16+ (*only recommended for testing and minimal-instances*) |
+------------------+-----------------------------------------------------------------------+
| Webserver | - **Apache 2.4 with** ``mod_php`` **or** ``php-fpm`` (recommended) |
| | - nginx with ``php-fpm`` |