From c712a926f3f51a2a36f2f77b53901933437862a1 Mon Sep 17 00:00:00 2001 From: Georgiy Sitnikov Date: Tue, 15 Jan 2019 10:03:45 +0100 Subject: [PATCH] Update BigInt (64bit) identifiers 'php' was missing in command and sudo can't execute it as it was. --- admin_manual/configuration_database/bigint_identifiers.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_database/bigint_identifiers.rst b/admin_manual/configuration_database/bigint_identifiers.rst index c3f0d5237..3723e6c4d 100644 --- a/admin_manual/configuration_database/bigint_identifiers.rst +++ b/admin_manual/configuration_database/bigint_identifiers.rst @@ -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]