From 4fe91a6ed67f6bdd73dd1ff4bcf26b09fa922bd9 Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 27 Feb 2024 17:21:25 -0500 Subject: [PATCH] docs(admin): Emphasize recommended versions in db chapter (#11588) Signed-off-by: Josh --- .../linux_database_configuration.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_database/linux_database_configuration.rst b/admin_manual/configuration_database/linux_database_configuration.rst index c71eda8e4..6f5e7d405 100644 --- a/admin_manual/configuration_database/linux_database_configuration.rst +++ b/admin_manual/configuration_database/linux_database_configuration.rst @@ -10,11 +10,15 @@ Nextcloud requires a database in which administrative data is stored. The follow The MySQL 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. + Requirements ------------ -Choosing to use MySQL / MariaDB, PostgreSQL, or Oracle as your database -requires that you install and set up the server software first. +* 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>` +* Install and set up the chosen database server software (and preferrred version) before deploying Nextcloud Server .. note:: The steps for configuring a third party database are beyond the scope of this document. Please refer to the documentation for your specific