Skip to content

Commit

Permalink
[stable29] fix: add minimum sqlite version to system requirements
Browse files Browse the repository at this point in the history
Manual backport of #12209

Signed-off-by: Josh <josh.t.richards@gmail.com>
  • Loading branch information
joshtrichards authored Sep 16, 2024
1 parent a06a03d commit 6bb99d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin_manual/installation/system_requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`` |
Expand Down

0 comments on commit 6bb99d8

Please sign in to comment.