RCs of 28.0.2, 27.1.6 and 26.0.11

Maintenance releases of 28.0.2, 27.1.6 and 26.0.11 are coming next Thursday and RCs for those are now available on our download server.

As always, help with testing is very much welcome!

We updated our servers, did our tests, and the release candidates seem pretty decent. Still, give it a whirl and report back here so we’re even more sure that it’s good to go! If you notice anything out of order, please report back on the appropriate github repository! :bowing_woman:

Downloads

Changelog

28.0.2rc1

27.1.6rc1

26.0.11rc1

4 Likes

:+1:

Franz Forstenlechner

For me update wasn’t possible because of errors.

[root@os httpd]# sudo -u nginx php82 /var/www/nextcloud/updater/updater.phar --no-interaction
Nextcloud Updater - version: v27.1.0rc3-34-g94c444b dirty
Current version is 28.0.1.
Update to Nextcloud 28.0.2 RC1 available. (channel: “beta”)
Following file will be downloaded automatically: https://download.nextcloud.com/server/prereleases/nextcloud-28.0.2rc1.zip
Updater run in non-interactive mode.
Start update
Info: Pressing Ctrl-C will finish the currently running step and then stops the updater.
[:heavy_check_mark:] Check for expected files
[:heavy_check_mark:] Check for write permissions
[:heavy_check_mark:] Create backup
[:heavy_check_mark:] Downloading
[:heavy_check_mark:] Verify integrity
[:heavy_check_mark:] Extracting
[:heavy_check_mark:] Enable maintenance mode
[:heavy_check_mark:] Replace entry points
[:heavy_check_mark:] Delete old files
[:heavy_check_mark:] Move new files in place
[:heavy_check_mark:] Done
Update of code successful.
Updater run in non-interactive mode - will start “occ upgrade” now.
PHP Fatal error: Uncaught Error: Call to undefined function NC\Updater\system() in phar:///var/www/nextcloud/updater/updater.phar/lib/UpdateCommand.php:310
Stack trace:
#0 phar:///var/www/nextcloud/updater/updater.phar/vendor/symfony/console/Command/Command.php(255): NC\Updater\UpdateCommand->execute()
#1 phar:///var/www/nextcloud/updater/updater.phar/vendor/symfony/console/Application.php(1021): Symfony\Component\Console\Command\Command->run()
#2 phar:///var/www/nextcloud/updater/updater.phar/vendor/symfony/console/Application.php(275): Symfony\Component\Console\Application->doRunCommand()
#3 phar:///var/www/nextcloud/updater/updater.phar/vendor/symfony/console/Application.php(149): Symfony\Component\Console\Application->doRun()
#4 phar:///var/www/nextcloud/updater/updater.phar/updater.php(10): Symfony\Component\Console\Application->run()
#5 /var/www/nextcloud/updater/updater.phar(14): require(‘…’)
#6 {main}
thrown in phar:///var/www/nextcloud/updater/updater.phar/lib/UpdateCommand.php on line 310

Ok, i fixed it by running upgrade command by myself:

.# sudo -u nginx php82 /var/www/nextcloud/occ upgrade
and then:
.# sudo -u nginx php82 /var/www/nextcloud/occ maintenance:mode --off

This topic was automatically closed after 31 days. New replies are no longer allowed.