I’m upgrading the version (from 26 to 27), I downloaded the new version, unpacked everything in /var/www/, and copied the /config folder from the old folder, when I go to connect from the browser I get this:
Try upgrading to version 27.0.2. If that succeeds, then go to version 27.1.0. If that works, then go to 27.1.11
Though, if those don’t work, someone else will need to offer advice. Either that, or you can manually install the update files yourself. Do keep in mind the risks associated with manual installs, like corrupted data.
Either way, I would advise a backup of important data before proceeding.
I did the backup, I went from owncloud to version 25, then 26, now 27… I’ll upgrade up to 30, so from 27 I just need it to work, I have no interest in a particular version or not
It appears you did the manual code deployment of v25 and finalized it successfully (by triggering the db migrations afterward via occ upgrade).
But then it looks like perhaps you tried to manually deploy v26 then didn’t finalize it with the db migrations before you then deployed the code for v27. This is why you’re getting the error about upgrading between multiple major versions.
You have thee options:
restore from backup and start the OC transition over
or manually redeploy the v25.0.13 code then use the built-in updater as from there (which is essentially what would have originally been the approach)
or manually redeploy v26 code then trigger db migrations via occ upgrade. After that just use the built-in updater
ok, I restored version 26, checked the data and updated the database and so on. By simply giving the command: sudo -u www-data php updater/updater.phar
I’m progressing through the various versions (I’m currently on 29)
Thanks for the help