Merge pull request #1144 from nextcloud/backport/1143/stable15

[stable15] Update BigInt (64bit) identifiers
This commit is contained in:
Morris Jobke 2019-01-15 10:33:52 +01:00 committed by GitHub
commit 47e2c32861
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,12 +11,12 @@ to migrate the remaining columns to bigints.
The command can safely be executed. It will show a success message when there is nothing to do::
sudo -u www-data ./occ db:convert-filecache-bigint
sudo -u www-data php occ db:convert-filecache-bigint
All tables already up to date!
or otherwise ask for confirmation, before performing the heavy actions::
sudo -u www-data ./occ db:convert-filecache-bigint
sudo -u www-data php occ db:convert-filecache-bigint
This can take up to hours, depending on the number of files in your instance!
Continue with the conversion (y/n)? [n]