We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29a432d + 1ea05ad commit e8a7c0dCopy full SHA for e8a7c0d
admin_manual/configuration_database/db_conversion.rst
@@ -24,6 +24,7 @@ The Options
24
* ``--password="mysql_user_password"`` password for the new database. If omitted the tool will ask you (optional)
25
* ``--clear-schema`` clear schema (optional)
26
* ``--all-apps`` by default, tables for enabled apps are converted, use to convert also tables of deactivated apps (optional)
27
+* ``-n, --no-interaction`` do not ask any interactive question
28
29
*Note:* The converter searches for apps in your configured app folders and uses
30
the schema definitions in the apps to create the new table. So tables of removed
0 commit comments