Suppress confirmation

Shared hostings without shell access make the confirmation step impossible. Therefore you can add named argument and suppress the confirmation message. Then the conversion works even from one time cronjobs.
This commit is contained in:
jzdm 2019-01-22 10:46:35 +01:00 committed by GitHub
parent 3e08500a7f
commit 3da908f939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,5 +20,11 @@ or otherwise ask for confirmation, before performing the heavy actions::
This can take up to hours, depending on the number of files in your instance!
Continue with the conversion (y/n)? [n]
in a shared hosting environment you can add
--no-interaction
as an argument to suppress the confirmation.
.. note:: Similar to a normal update, you should shutdown your apache or nginx server or enable maintenance
mode before running the command to avoid issues with your sync clients.