mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
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:
parent
3e08500a7f
commit
3da908f939
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user