Skip to content

Commit e8a7c0d

Browse files
authored
Merge pull request #1755 from BernieO/bernieo-convertInteractive
document option --no-interaction for occ db:convert-type
2 parents 29a432d + 1ea05ad commit e8a7c0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

admin_manual/configuration_database/db_conversion.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The Options
2424
* ``--password="mysql_user_password"`` password for the new database. If omitted the tool will ask you (optional)
2525
* ``--clear-schema`` clear schema (optional)
2626
* ``--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
2728

2829
*Note:* The converter searches for apps in your configured app folders and uses
2930
the schema definitions in the apps to create the new table. So tables of removed

0 commit comments

Comments
 (0)