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.
Depending on how you deploy it.
I would just try to upgrade it to 22.2 the same way you would upgrade it to 23.
(So, if you deploy it with docker, run the current install with the 22.2 container, if its a manual installation, just copy over the 22.2 install.)
Yeah that didn’t work because it detects a downgrade. The v23 image leaves its footprints in the mounted storage.
Starting with the original 22.1.x image also did not work… some errors about the apps.
I set it back to 22.1.0 and and then used the 22.2.x image to do an upgrade to that version which fortunately worked.
Now I’m on 22.2 and will stay there some time until 23.0 and its apps are actually stable.
I don’t get why the version / upgrade notice within nextcloud is not consistent with the docker registry. In nextcloud it shows that 22.2 is the latest version…
I had the same problem from 22.1.1 to 23, but after upgrading to 22.2.3, then it goes ok to 23.
In my case, I am doing it not with docker but using git.