You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: admin_manual/configuration_database/linux_database_configuration.rst
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,15 @@ Nextcloud requires a database in which administrative data is stored. The follow
10
10
11
11
The MySQL or MariaDB databases are the recommended database engines.
12
12
13
+
.. tip:: Not all versions of every supported database are recommended. Please review the Nextcloud :doc:`System Requirements <../installation/system_requirements>`
14
+
before settling on a particular version.
15
+
13
16
Requirements
14
17
------------
15
18
16
-
Choosing to use MySQL / MariaDB, PostgreSQL, or Oracle as your database
17
-
requires that you install and set up the server software first.
19
+
* Decide whether you wish to use MySQL / MariaDB, PostgreSQL, or Oracle as your database
20
+
* Pick a recommendeded version of your database by checking the Nextcloud :doc:`System Requirements <../installation/system_requirements>`
21
+
* Install and set up the chosen database server software (and preferrred version) before deploying Nextcloud Server
18
22
19
23
.. note:: The steps for configuring a third party database are beyond the
20
24
scope of this document. Please refer to the documentation for your specific
0 commit comments