From 0ff528bd4cdf5755a4118d03ba66dd89c017a42a Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 1 Feb 2025 12:47:22 -0500 Subject: [PATCH] fix(admin): Update required sqlite to 3.24+ Signed-off-by: Josh --- 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 2f04140ed..b1dd309b1 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 13/14/15/16/17 | -| | - SQLite 3.16+ (*only recommended for testing and minimal-instances*) | +| | - SQLite 3.24+ (*only recommended for testing and minimal-instances*) | +------------------+-----------------------------------------------------------------------+ | Webserver | - **Apache 2.4 with** ``mod_php`` **or** ``php-fpm`` (recommended) | | | - nginx with ``php-fpm`` |