Skip to content

Commit a21e99a

Browse files
Merge pull request #14007 from nextcloud/backport/14005/stable33
[stable33] Clarify Oracle support and update recommended databases
2 parents 745c7af + 8d09dbb commit a21e99a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

admin_manual/configuration_database/linux_database_configuration.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Nextcloud requires a database in which administrative data is stored. The follow
66

77
* `MySQL <https://www.mysql.com/>`_ / `MariaDB <https://mariadb.org/>`_
88
* `PostgreSQL <https://www.postgresql.org/>`_
9-
* `Oracle <http://www.oracle.com/>`_
9+
* `Oracle <http://www.oracle.com/>`_ (*only for Nextcloud Enterprise*)
1010

11-
The MySQL or MariaDB databases are the recommended database engines.
11+
The PostgreSQL or MariaDB databases are the recommended database engines.
1212

1313
.. tip:: Not all versions of every supported database are recommended. Please review the Nextcloud :doc:`System Requirements <../installation/system_requirements>`
1414
before settling on a particular version.
@@ -17,7 +17,7 @@ Requirements
1717
------------
1818

1919
* Decide whether you wish to use MySQL / MariaDB, PostgreSQL, or Oracle as your database
20-
* Pick a recommendeded version of your database by checking the Nextcloud :doc:`System Requirements <../installation/system_requirements>`
20+
* Pick a recommended version of your database by checking the Nextcloud :doc:`System Requirements <../installation/system_requirements>`
2121
* Install and set up the chosen database server software (and preferred version) before deploying Nextcloud Server
2222

2323
.. note:: The steps for configuring a third party database are beyond the

admin_manual/installation/system_requirements.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ For best performance, stability and functionality we have documented some recomm
2323
| | - CentOS Stream |
2424
| | - Alpine Linux |
2525
+------------------+-----------------------------------------------------------------------+
26-
| Database | - MySQL 8.0 / **8.4** (recommended) |
27-
| | - MariaDB 10.6 / 10.11 / **11.4** (recommended) / 11.8 |
26+
| Database | - MySQL 8.0 / 8.4 |
27+
| | - MariaDB 10.6 / 10.11 / 11.4 / **11.8** (recommended) |
2828
| | - Oracle Database 19c, 21c, 23ai |
2929
| | (*only as part of an enterprise subscription*) |
30-
| | - PostgreSQL 14/14/15/16/18 |
30+
| | - PostgreSQL 14 / 14 / 15 / 16 / **18** (recommended) |
3131
| | - SQLite 3.24+ (*only recommended for testing and minimal-instances*) |
3232
+------------------+-----------------------------------------------------------------------+
3333
| Webserver | - **Apache 2.4 with** ``mod_php`` **or** ``php-fpm`` (recommended) |

0 commit comments

Comments
 (0)