From 5a72ec784498d8516dd1b73107f9077478c91f07 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 16 Sep 2024 14:22:11 -0400 Subject: [PATCH] fix: add minimum sqlite version to system requirements Signed-off-by: Josh Richards --- admin_manual/installation/system_requirements.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/installation/system_requirements.rst b/admin_manual/installation/system_requirements.rst index d9581ded640..692bd663fd7 100644 --- a/admin_manual/installation/system_requirements.rst +++ b/admin_manual/installation/system_requirements.rst @@ -27,7 +27,7 @@ For best performance, stability and functionality we have documented some recomm | | - Oracle Database 11g, 18, 21, 23 | | | (*only as part of an enterprise subscription*) | | | - PostgreSQL 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`` |