Skip to content

Commit 8007477

Browse files
Merge pull request #13894 from nextcloud/bugfix/noid/oracle-11g
fix(platforms): Sunset Oracle 11g
2 parents c25745d + 39d6b7d commit 8007477

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

admin_manual/installation/command_line_installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Supported databases are::
3333
- sqlite (SQLite3 - Nextcloud Community edition only)
3434
- mysql (MySQL/MariaDB)
3535
- pgsql (PostgreSQL)
36-
- oci (Oracle 11g currently only possible if you contact us at https://nextcloud.com/enterprise as part of a subscription)
36+
- oci (Oracle currently only possible if you contact us at https://nextcloud.com/enterprise as part of a subscription)
3737
3838
See :ref:`command_line_installation_label` for more information.
3939

admin_manual/installation/installation_wizard.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Database choice
5555

5656
SQLite is the default database for Nextcloud Server and it is good only for
5757
testing and lightweight single-user setups without client synchronization.
58-
Supported databases are MySQL, MariaDB, Oracle 11g, and PostgreSQL, and we
58+
Supported databases are MySQL, MariaDB, Oracle, and PostgreSQL, and we
5959
recommend :doc:`MySQL/MariaDB <system_requirements>`. Your database and PHP
6060
connectors must be installed before you run the Installation Wizard. When
6161
you install Nextcloud from packages all the necessary dependencies will be

admin_manual/installation/system_requirements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For best performance, stability and functionality we have documented some recomm
2525
+------------------+-----------------------------------------------------------------------+
2626
| Database | - MySQL 8.0 / **8.4** (recommended) |
2727
| | - MariaDB 10.6 / 10.11 / **11.4** (recommended) / 11.8 |
28-
| | - Oracle Database 11g, 19c, 21c, 23ai |
28+
| | - Oracle Database 19c, 21c, 23ai |
2929
| | (*only as part of an enterprise subscription*) |
3030
| | - PostgreSQL 13/14/15/16/17 |
3131
| | - SQLite 3.24+ (*only recommended for testing and minimal-instances*) |

admin_manual/release_notes/upgrade_to_33.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ System requirements
77

88
* PHP 8.2 is now deprecated but still supported.
99
* PHP 8.1 is no longer supported.
10+
* Oracle 11g is no longer supported.
1011

1112
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`.
1213

0 commit comments

Comments
 (0)