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 Backportbot
parent 9278fca818
commit 16cfc6a551

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.