mirror of
https://github.com/nextcloud/documentation.git
synced 2026-03-27 13:38:39 +07:00
fix(admin): Clarify Oracle support and update recommended databases
Added Oracle database note to indicate it's for Nextcloud Enterprise only and updated the recommended database engines. Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
This commit is contained in:
committed by
backportbot[bot]
parent
745c7afd46
commit
8d09dbb2c7
@@ -6,9 +6,9 @@ Nextcloud requires a database in which administrative data is stored. The follow
|
||||
|
||||
* `MySQL <https://www.mysql.com/>`_ / `MariaDB <https://mariadb.org/>`_
|
||||
* `PostgreSQL <https://www.postgresql.org/>`_
|
||||
* `Oracle <http://www.oracle.com/>`_
|
||||
* `Oracle <http://www.oracle.com/>`_ (*only for Nextcloud Enterprise*)
|
||||
|
||||
The MySQL or MariaDB databases are the recommended database engines.
|
||||
The PostgreSQL or MariaDB databases are the recommended database engines.
|
||||
|
||||
.. tip:: Not all versions of every supported database are recommended. Please review the Nextcloud :doc:`System Requirements <../installation/system_requirements>`
|
||||
before settling on a particular version.
|
||||
@@ -17,7 +17,7 @@ Requirements
|
||||
------------
|
||||
|
||||
* Decide whether you wish to use MySQL / MariaDB, PostgreSQL, or Oracle as your database
|
||||
* Pick a recommendeded version of your database by checking the Nextcloud :doc:`System Requirements <../installation/system_requirements>`
|
||||
* Pick a recommended version of your database by checking the Nextcloud :doc:`System Requirements <../installation/system_requirements>`
|
||||
* Install and set up the chosen database server software (and preferred version) before deploying Nextcloud Server
|
||||
|
||||
.. note:: The steps for configuring a third party database are beyond the
|
||||
|
||||
@@ -23,11 +23,11 @@ For best performance, stability and functionality we have documented some recomm
|
||||
| | - CentOS Stream |
|
||||
| | - Alpine Linux |
|
||||
+------------------+-----------------------------------------------------------------------+
|
||||
| Database | - MySQL 8.0 / **8.4** (recommended) |
|
||||
| | - MariaDB 10.6 / 10.11 / **11.4** (recommended) / 11.8 |
|
||||
| Database | - MySQL 8.0 / 8.4 |
|
||||
| | - MariaDB 10.6 / 10.11 / 11.4 / **11.8** (recommended) |
|
||||
| | - Oracle Database 19c, 21c, 23ai |
|
||||
| | (*only as part of an enterprise subscription*) |
|
||||
| | - PostgreSQL 14/14/15/16/18 |
|
||||
| | - PostgreSQL 14 / 14 / 15 / 16 / **18** (recommended) |
|
||||
| | - SQLite 3.24+ (*only recommended for testing and minimal-instances*) |
|
||||
+------------------+-----------------------------------------------------------------------+
|
||||
| Webserver | - **Apache 2.4 with** ``mod_php`` **or** ``php-fpm`` (recommended) |
|
||||
|
||||
Reference in New Issue
Block a user