Hi, yesterday at tumbleweed I can't login in my nextloud anymore. Reason: # Error Update from Nextcloud to 30.0.4" I manually switched to $ cd /srv/www/htdocs/nextcloud $ sudo -u www-data php occ maintenance:mode --off $ sudo -u www-data php occ upgrade The current PHP memory limit is below the recommended value of 512MB. Nextcloud or one of the apps require upgrade - only a limited number of commands are available You may use your browser or the occ upgrade command to do the upgrade Setting log level to debug Updating database schema Updated database Update app recognize from App Store PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 78826624 bytes) in /srv/www/htdocs/nextcloud/lib/private/ Installer.php on line 250 # Solution due to following infos: https://help.nextcloud.com/t/how-to-easily-fix-this-nextcloud-instance-is-cu... https://help.nextcloud.com/t/the-php-memory-limit-is-below-the-recommended-v... Changed: /etc/php8/cli/php.ini memory_limit = 1G (instead 128G) upload_max_filesize = 1G (instead 2M) Thanks and merry Christmas at all Ulf