mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #1144 from nextcloud/backport/1143/stable15
[stable15] Update BigInt (64bit) identifiers
This commit is contained in:
commit
47e2c32861
@ -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]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user