The APCu issue? Can you check:
cat /etc/php/7.4/fpm/conf.d/98-dietpi-nextcloud.ini
That should contain the apc.enable_cli=1.
The APCu issue? Can you check:
cat /etc/php/7.4/fpm/conf.d/98-dietpi-nextcloud.ini
That should contain the apc.enable_cli=1.
/etc/php/8.0/fpm/
>
PHP8? I guess we install PHP7.4 on Bullseye. Isn't it?
Whoops, fixed above.
Well, well, well …
You made me doubt so I decided once again to start again a new update from buster to bullseye. I have followed line by line the blog description and at the end I only had errors on bcmath and gmp missing for Nextcloud (I added them manually). Everything is correct on your upgrade description
.
Those 2 modules are only required when you use the WebAuthn (passwordless) authentication method. Nextcloud 24 should give this info, the warnings have been updated. Similarly the imagick module is not really required, but only for speedy avatar resizing, but there is a discussion to replace it as it is known to have some potential security issues: SVG insecure code execution. Hence we don’t install these modules OOTB.