Nextcloud Upgrad error
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
Am 17. Dezember 2024 15:56:43 MEZ schrieb Ulf via openSUSE Factory <factory@lists.opensuse.org>:
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
You should have read the README and README.SUSE at the time of installation of this package. Regards Eric
Hi all,
PHP Fatal error: Allowed memory size [...] exhausted [...] You should have read the README [...]
I think Ulf is trying to start a discussion whether the current PHP memory limits configured as default in SUSE packages are appropriate. Best regards, Joachim
Am Dienstag, 17. Dezember 2024, 19:30:01 Mitteleuropäische Normalzeit schrieb Joachim Wagner via openSUSE Factory:
Hi all,
PHP Fatal error: Allowed memory size [...] exhausted [...]
You should have read the README [...]
I think Ulf is trying to start a discussion whether the current PHP memory limits configured as default in SUSE packages are appropriate.
Yes, exactly. I installed the package about several years ago (at least 4) according the documentation at: https://en.opensuse.org/SDB:Nextcloud OK, there is meanwhile(?) some higher values described for PHP 7 (but Tumbleweed uses 8): post_max_size = 50G upload_max_filesize = 25G max_file_uploads = 200 max_input_time = 3600 max_execution_time = 3600 session.gc_maxlifetime = 3600 memory_limit = 512M So according proposal memory_limit need to be extended. Ulf
Am 17. Dezember 2024 23:15:25 MEZ schrieb Ulf via openSUSE Factory <factory@lists.opensuse.org>:
Am Dienstag, 17. Dezember 2024, 19:30:01 Mitteleuropäische Normalzeit schrieb Joachim Wagner via openSUSE Factory:
Hi all,
PHP Fatal error: Allowed memory size [...] exhausted [...]
You should have read the README [...]
I think Ulf is trying to start a discussion whether the current PHP memory limits configured as default in SUSE packages are appropriate.
Yes, exactly.
I installed the package about several years ago (at least 4) according the documentation at: https://en.opensuse.org/SDB:Nextcloud
OK, there is meanwhile(?) some higher values described for PHP 7 (but Tumbleweed uses 8):
post_max_size = 50G upload_max_filesize = 25G max_file_uploads = 200 max_input_time = 3600 max_execution_time = 3600 session.gc_maxlifetime = 3600 memory_limit = 512M
So according proposal memory_limit need to be extended.
You should read the Readmes from package itself. The readmes are included in the package for this purpose. At least that's how I see it. Because if I have to look up what to do somewhere else, I don't use a package. Regards Eric
participants (3)
-
Eric Schirra
-
Joachim Wagner
-
Ulf