Occ command return "stopped process"

Nextcloud version : 20.0.1
Operating system and version : Debian 9.13
Nginx version : 1.10.3
PHP : 8.0.3
MariaDB: 10.5.9

The issue you are facing:

All occ commands are terminated by displaying stopped process since i updated nextcloud, php mods & mariadb/
Nextcloud has been updated from version 19.0.5 to version 20.0.1.
PHP-FPM has been updated from version 7.4 to version 8.0.3

Is this the first time you’ve seen this error? : Yes

Steps to replicate it:

  1. sudo -u nextcloud php /var/www/nextcloud/occ db:add-missing-indices
  2. command returns “stopped process”
  3. sudo -u nextcloud php /var/www/nextcloud/occ db:convert-filecache-bigint
  4. command returns “stopped process”

Output occ command :

Output of tail -f /var/log/syslog :

Thank you for your help

Did you solve your problem?