From 38f3de7747d0a7df025b050fb4f8128cf11a319c Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Tue, 16 Sep 2025 17:02:11 +0200 Subject: [PATCH] Update supported Oracle Database Only mark as supported the version also supported by Oracle Signed-off-by: Carl Schwan --- 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 4334f042c..60bc16433 100644 --- a/admin_manual/installation/system_requirements.rst +++ b/admin_manual/installation/system_requirements.rst @@ -25,7 +25,7 @@ For best performance, stability and functionality we have documented some recomm | | - Alpine Linux | +------------------+-----------------------------------------------------------------------+ | Database | - MySQL 8.0 / **8.4** or MariaDB 10.6/ **10.11** (recommended) / 11.4 | -| | - Oracle Database 11g, 18, 21, 23 | +| | - Oracle Database 19c, 21c, 23ai | | | (*only as part of an enterprise subscription*) | | | - PostgreSQL 13/14/15/16/17 | | | - SQLite 3.24+ (*only recommended for testing and minimal-instances*) |