From 39d6b7dcb7643f511b66b0d2562ec22e890497ff Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 27 Nov 2025 15:08:50 +0100 Subject: [PATCH] fix(platforms): Sunset Oracle 11g Signed-off-by: Joas Schilling --- admin_manual/installation/command_line_installation.rst | 2 +- admin_manual/installation/installation_wizard.rst | 2 +- admin_manual/installation/system_requirements.rst | 2 +- admin_manual/release_notes/upgrade_to_33.rst | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/admin_manual/installation/command_line_installation.rst b/admin_manual/installation/command_line_installation.rst index 57cf963fafe..b6bc76c6ee3 100644 --- a/admin_manual/installation/command_line_installation.rst +++ b/admin_manual/installation/command_line_installation.rst @@ -33,7 +33,7 @@ Supported databases are:: - sqlite (SQLite3 - Nextcloud Community edition only) - mysql (MySQL/MariaDB) - pgsql (PostgreSQL) - - oci (Oracle 11g currently only possible if you contact us at https://nextcloud.com/enterprise as part of a subscription) + - oci (Oracle currently only possible if you contact us at https://nextcloud.com/enterprise as part of a subscription) See :ref:`command_line_installation_label` for more information. diff --git a/admin_manual/installation/installation_wizard.rst b/admin_manual/installation/installation_wizard.rst index 627599040b5..7747bde7349 100644 --- a/admin_manual/installation/installation_wizard.rst +++ b/admin_manual/installation/installation_wizard.rst @@ -55,7 +55,7 @@ Database choice SQLite is the default database for Nextcloud Server and it is good only for testing and lightweight single-user setups without client synchronization. -Supported databases are MySQL, MariaDB, Oracle 11g, and PostgreSQL, and we +Supported databases are MySQL, MariaDB, Oracle, and PostgreSQL, and we recommend :doc:`MySQL/MariaDB `. Your database and PHP connectors must be installed before you run the Installation Wizard. When you install Nextcloud from packages all the necessary dependencies will be diff --git a/admin_manual/installation/system_requirements.rst b/admin_manual/installation/system_requirements.rst index 3f63c980ee5..5acd2122be1 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 +------------------+-----------------------------------------------------------------------+ | Database | - MySQL 8.0 / **8.4** (recommended) | | | - MariaDB 10.6 / 10.11 / **11.4** (recommended) / 11.8 | -| | - Oracle Database 11g, 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*) | diff --git a/admin_manual/release_notes/upgrade_to_33.rst b/admin_manual/release_notes/upgrade_to_33.rst index f5eeca92888..c4bd6ae7485 100644 --- a/admin_manual/release_notes/upgrade_to_33.rst +++ b/admin_manual/release_notes/upgrade_to_33.rst @@ -7,6 +7,7 @@ System requirements * PHP 8.2 is now deprecated but still supported. * PHP 8.1 is no longer supported. +* Oracle 11g is no longer supported. If you configured restrictions on which domains can be contacted on the internet, you need to add connectivity.nextcloud.com to the allowlist, as it’s now used by default to test internet connectivity instead of www.nextcloud.com. You can also configure any other URL to use in the configuration instead. See :ref:`connections_to_remote_servers`.