From 4f604a6531576fce945d88ea91d26c6850db5854 Mon Sep 17 00:00:00 2001 From: Bernhard Ostertag Date: Sun, 29 Dec 2019 16:34:20 +0100 Subject: [PATCH 1/2] document option --no-interaction for occ db:convert-type see: https://github.com/nextcloud/server/pull/18576 Signed-off-by: Bernhard Ostertag --- admin_manual/configuration_database/db_conversion.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/admin_manual/configuration_database/db_conversion.rst b/admin_manual/configuration_database/db_conversion.rst index e16f4ab8b..856dc80dd 100644 --- a/admin_manual/configuration_database/db_conversion.rst +++ b/admin_manual/configuration_database/db_conversion.rst @@ -24,6 +24,7 @@ The Options * ``--password="mysql_user_password"`` password for the new database. If omitted the tool will ask you (optional) * ``--clear-schema`` clear schema (optional) * ``--all-apps`` by default, tables for enabled apps are converted, use to convert also tables of deactivated apps (optional) +* ``-n, --no-interaction`` Do not ask any interactive question *Note:* The converter searches for apps in your configured app folders and uses the schema definitions in the apps to create the new table. So tables of removed From 1ea05ad224b33f4e8c71e3e4164ebed8070d357e Mon Sep 17 00:00:00 2001 From: Bernhard Ostertag Date: Sun, 29 Dec 2019 16:39:04 +0100 Subject: [PATCH 2/2] correction of minor typo Signed-off-by: Bernhard Ostertag --- admin_manual/configuration_database/db_conversion.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_database/db_conversion.rst b/admin_manual/configuration_database/db_conversion.rst index 856dc80dd..696596565 100644 --- a/admin_manual/configuration_database/db_conversion.rst +++ b/admin_manual/configuration_database/db_conversion.rst @@ -24,7 +24,7 @@ The Options * ``--password="mysql_user_password"`` password for the new database. If omitted the tool will ask you (optional) * ``--clear-schema`` clear schema (optional) * ``--all-apps`` by default, tables for enabled apps are converted, use to convert also tables of deactivated apps (optional) -* ``-n, --no-interaction`` Do not ask any interactive question +* ``-n, --no-interaction`` do not ask any interactive question *Note:* The converter searches for apps in your configured app folders and uses the schema definitions in the apps to create the new table. So tables of removed