Nextcloud version (eg, 20.0.5): 23
Operating system and version (eg, Ubuntu 20.04): Ubuntu 18.04
Apache or nginx version (eg, Apache 2.4.25): nginx
PHP version (eg, 7.4): default (docker)
The issue you are facing:
Upgraded nextcloud docker from 22.1.0.1 to 23.0 and the upgrade fails due to
“Updates between multiple major versions and downgrades are unsupported.”
This is strange because it is just one major version.
So I’m looking for a way back or forward from here.
Looking at the version.php shows:
<?php
2 │ $OC_Version = array(23,0,0,10);
3 │ $OC_VersionString = '23.0.0';
4 │ $OC_Edition = '';
5 │ $OC_Channel = 'stable';
**6 │ $OC_VersionCanBeUpgradedFrom = array (
** 7 │ 'nextcloud' =>
** 8 │ array (
** 9 │ '22.2' => true,
** 10 │ '23.0' => true,
11 │ ),
So, apparently upgrading vom 22.1 to 23.0 is not possible.
Great…
Any tips how to go back to 22.1 and choose the right upgade path?
Thanks
Is this the first time you’ve seen this error? (Y/N):
Y
Steps to replicate it:
- Start out with version 22.10.1 in docker
- Upgrade image to v23
- see what happens
