From d8ad006821dc31fb5864e61e6bec8e6523fa9832 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 26 Feb 2024 08:55:35 -0500 Subject: [PATCH 1/6] docs(admin): Discuss recommended versions in db config chapter Signed-off-by: Josh --- .../linux_database_configuration.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_database/linux_database_configuration.rst b/admin_manual/configuration_database/linux_database_configuration.rst index d0bba837612..3f58658097b 100644 --- a/admin_manual/configuration_database/linux_database_configuration.rst +++ b/admin_manual/configuration_database/linux_database_configuration.rst @@ -10,11 +10,14 @@ 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 :ref:`system_requirements` + 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 :ref:`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 From 14549e353ca42379c9375d23a2bac772b86c3ee7 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 26 Feb 2024 09:19:27 -0500 Subject: [PATCH 2/6] Update linux_database_configuration.rst Signed-off-by: Josh --- .../configuration_database/linux_database_configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_database/linux_database_configuration.rst b/admin_manual/configuration_database/linux_database_configuration.rst index 3f58658097b..dce43dc4440 100644 --- a/admin_manual/configuration_database/linux_database_configuration.rst +++ b/admin_manual/configuration_database/linux_database_configuration.rst @@ -10,13 +10,13 @@ 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 :ref:`system_requirements` +.. tip:: Not all versions of every supported database are recommended. Please review the Nextcloud :doc:`system_requirements` 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 :ref:`system_requirements` +* Pick a recommendeded version of your database by checking the Nextcloud :doc:`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 From e82ff8cf7685261104d09b3a7bd4068a6e4513a4 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 26 Feb 2024 09:21:07 -0500 Subject: [PATCH 3/6] Update linux_database_configuration.rst Signed-off-by: Josh --- .../configuration_database/linux_database_configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_database/linux_database_configuration.rst b/admin_manual/configuration_database/linux_database_configuration.rst index dce43dc4440..01f58e78503 100644 --- a/admin_manual/configuration_database/linux_database_configuration.rst +++ b/admin_manual/configuration_database/linux_database_configuration.rst @@ -10,13 +10,13 @@ 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` +.. tip:: Not all versions of every supported database are recommended. Please review the Nextcloud :doc:`../installation/system_requirements` 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` +* Pick a recommendeded version of your database by checking the Nextcloud :doc:`../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 From 5388282a52b2d5c8111dc52c2db633fc66cb99c8 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 26 Feb 2024 09:27:48 -0500 Subject: [PATCH 4/6] Update linux_database_configuration.rst Signed-off-by: Josh --- .../configuration_database/linux_database_configuration.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_database/linux_database_configuration.rst b/admin_manual/configuration_database/linux_database_configuration.rst index 01f58e78503..50f9d818733 100644 --- a/admin_manual/configuration_database/linux_database_configuration.rst +++ b/admin_manual/configuration_database/linux_database_configuration.rst @@ -10,13 +10,14 @@ 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:`../installation/system_requirements` +.. 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 ------------ * 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:`../installation/system_requirements` +* 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 From 62fba97ed3bf9c23027809f516f5960c1626ddd3 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 26 Feb 2024 09:29:10 -0500 Subject: [PATCH 5/6] Update linux_database_configuration.rst Signed-off-by: Josh --- .../configuration_database/linux_database_configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_database/linux_database_configuration.rst b/admin_manual/configuration_database/linux_database_configuration.rst index 50f9d818733..02c64a8133d 100644 --- a/admin_manual/configuration_database/linux_database_configuration.rst +++ b/admin_manual/configuration_database/linux_database_configuration.rst @@ -10,14 +10,14 @@ 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>` +.. 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 ------------ * 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 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 From e67951fec3958f0f285e84e237e5fdecd5698960 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 26 Feb 2024 09:30:28 -0500 Subject: [PATCH 6/6] Update linux_database_configuration.rst Signed-off-by: Josh --- .../configuration_database/linux_database_configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_database/linux_database_configuration.rst b/admin_manual/configuration_database/linux_database_configuration.rst index 02c64a8133d..ad4ae8bda9a 100644 --- a/admin_manual/configuration_database/linux_database_configuration.rst +++ b/admin_manual/configuration_database/linux_database_configuration.rst @@ -10,14 +10,14 @@ 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> +.. 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 ------------ * 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 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