Why does Nextcloud not Work with MariaDB>10.6?
Temporarily disable read-only compressed row in MariaDB: SET GLOBAL innodb_read_only_compressed=OFF; Then patch the Nextcloud files manually and start upgrade from inside the container: $ kubectl -n nextcloud exec statefulset/nextcloud -- /bin/bash # rsync -rlDog --chown www-data:root --delete --exclude-from=/upgrade.exclude /usr/src/nextcloud/ /var/www/