mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Hint to suppress confirmation message
More concise and removed reference to shared hosting as unclear.
This commit is contained in:
parent
16cfc6a551
commit
6975a49e02
@ -20,11 +20,10 @@ 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
|
||||
to suppress the confirmation message append `--no-interaction` to the argument list:
|
||||
|
||||
--no-interaction
|
||||
sudo -u www-data php occ db:convert-filecache-bigint --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