From ed2766f4dcc06fc36e1920aecbf0332432b3849b Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Tue, 16 Sep 2025 17:02:11 +0200 Subject: [PATCH 1/3] 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*) | From b124ab9d37af7fa05c7a0504514a8c760bcc2995 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Tue, 16 Sep 2025 17:23:33 +0200 Subject: [PATCH 2/3] fix: formatting 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 60bc16433..40323a7d3 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 19c, 21c, 23ai | +| | - 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*) | From 86c3f1ee5d9414d67d70ee941d6da6f8ac9974f0 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Thu, 18 Sep 2025 17:22:28 +0200 Subject: [PATCH 3/3] correct supported versions 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 40323a7d3..c73774898 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 19c, 21c, 23ai | +| | - Oracle Database 11g, 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*) |