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 ^^^^^^^^^^^^^^^^^^^