Merge pull request #1190 from nextcloud/backport/1186/master

[master] Suppress confirmation
This commit is contained in:
Morris Jobke
2019-01-23 10:55:20 +01:00
committed by GitHub

View File

@@ -20,5 +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]
to suppress the confirmation message append `--no-interaction` to the argument list:
sudo -u www-data php occ db:convert-filecache-bigint --no-interaction
.. 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.