diff --git a/admin_manual/configuration_database/linux_database_configuration.rst b/admin_manual/configuration_database/linux_database_configuration.rst
index 0cef1e0441b..f1cd63a7eed 100644
--- a/admin_manual/configuration_database/linux_database_configuration.rst
+++ b/admin_manual/configuration_database/linux_database_configuration.rst
@@ -6,9 +6,9 @@ Nextcloud requires a database in which administrative data is stored. The follow
* `MySQL `_ / `MariaDB `_
* `PostgreSQL `_
-* `Oracle `_
+* `Oracle `_ (*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
diff --git a/admin_manual/installation/system_requirements.rst b/admin_manual/installation/system_requirements.rst
index 26a553e952e..7a9793eeb24 100644
--- a/admin_manual/installation/system_requirements.rst
+++ b/admin_manual/installation/system_requirements.rst
@@ -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) |