I installed a fresh Raspberry OS trixie and the lates Nextcloud version today. I like to restore my database backup and thats why I like to set Nextcloud to maintenance mode. But it dosen’t work. I would be appreciate if someone could help
sudo -u www-data php occ maintenance:mode –on
An unhandled exception has been thrown:
Error: Class "Memcached" not found in /var/www/html/config/config.php:1776
Stack trace:
#0 /var/www/html/lib/private/Config.php(229): include()
#1 /var/www/html/lib/private/Config.php(40): OC\Config->readData()
#2 /var/www/html/lib/base.php(93): OC\Config->__construct()
#3 /var/www/html/lib/base.php(612): OC::initPaths()
#4 /var/www/html/lib/base.php(1192): OC::init()
#5 /var/www/html/console.php(31): require_once('...')
#6 /var/www/html/occ(33): require_once('...')
#7 {main}
Check the log of the Webserver (/var/log/apache/* resp. nginx) and nextcloud.log for errors concerning APCu resp. memcache after restarting the webserver service.