Today I finally tried to update one of two nextcloud installations.
The UCS is up to date 5.0-9 errata1187. Nextcloud was on 25.0.13-0
-
Started updating by using UMC. No error message.
-
Tried to login: Maintenance mode.
-
UMC offered another update which I clicked (26.0.10 to 27.1.6) - probably shouldn’t have done that
-
Tried to login: Maintenance mode.
-
Uninstalled NC and reinstalled it: did not help (28.0.7 installed …) - probably shouldn’t have done that either
-
Seached this forum and found Nextcloud 18.0.4 Maintenance mode - #8 by Mornsgrans
-
Tried:
univention-app shell nextcloud sudo -u www-data /var/www/html/occ upgrade
giving me:
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 Turned on maintenance mode Exception: Updates between multiple major versions and downgrades are unsupported. Update failed Maintenance mode is kept active Resetting log level
Version.php shows this:
<?php
$OC_Version = array(28,0,7,4);
$OC_VersionString = '28.0.7';
$OC_Edition = '';
$OC_Channel = 'stable';
$OC_VersionCanBeUpgradedFrom = array (
'nextcloud' =>
array (
'27.0' => true,
'27.1' => true,
'28.0' => true,
),
'owncloud' =>
array (
'10.13' => true,
),
);
$OC_Build = '2024-06-25T10:17:03+00:00 578068e1d8e9275f6762b8c1cdc9b2bf6ca911b1';
$vendor = 'nextcloud';
What can I do to get the thing running again ? Am I facing the same problems when updating my other installation which is still on 24.0.7 ?
Any suggestions are welcome. My wife is killing me - she cannot access her calendars anymore