Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions admin_manual/installation/system_requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down