From 191fc82f87f6e8541677657c820a61adbe4a36e9 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 1 Feb 2019 16:48:55 +0100 Subject: [PATCH] Move the note about autoconfig up Signed-off-by: Morris Jobke --- .../configuration_server/automatic_configuration.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/admin_manual/configuration_server/automatic_configuration.rst b/admin_manual/configuration_server/automatic_configuration.rst index 42dd58e8d..6916fda06 100644 --- a/admin_manual/configuration_server/automatic_configuration.rst +++ b/admin_manual/configuration_server/automatic_configuration.rst @@ -13,6 +13,10 @@ You can specify any number of parameters in this file. Any unspecified paramete The :file:`config/autoconfig.php` is automatically removed after the initial configuration has been applied. +.. note:: Keep in mind that the automatic configuration does not eliminate the need for + creating the database user and database in advance, as described in + :doc:`../configuration_database/linux_database_configuration`. + Parameters ---------- When configuring parameters, you must understand that two parameters are named differently in this configuration file when compared to the standard :file:`config.php` file. @@ -74,10 +78,6 @@ Using the following parameter settings, the "Finish setup" screen requests data "dbtableprefix" => "", ); -.. note:: Keep in mind that the automatic configuration does not eliminate the need for - creating the database user and database in advance, as described in - :doc:`../configuration_database/linux_database_configuration`. - PostgreSQL database ^^^^^^^^^^^^^^^^^^^