I'm calling the updater with: /usr/bin/php8.1 --define apc.enable_cli=1 /var/www/nextcloud/updater/updater.phar --no-interaction
But while doint the full update, the command occ upgrade fails with: OCP\HintException: [0]: Memcache \OC\Memcache\APCu not available for local cache (Is the matching PHP module installed and enabled?)
Is it possible that updater.phar calls occ upgrade also with --define apc.enable_cli=1?
I'm calling the updater with:
/usr/bin/php8.1 --define apc.enable_cli=1 /var/www/nextcloud/updater/updater.phar --no-interactionBut while doint the full update, the command
occ upgradefails with:OCP\HintException: [0]: Memcache \OC\Memcache\APCu not available for local cache (Is the matching PHP module installed and enabled?)Is it possible that
updater.pharcallsocc upgradealso with--define apc.enable_cli=1?