hey guys, any news on this topic? i am running into nextcloud problems again. i did a clean start on an fresh ubuntu 18.04 VPS from another provider.
did:
curl -s https://mailinabox.email/setup.sh | sudo bash
evertythin ran fine. then i copied the backups (i had from my old ubuntu 14.04 with MIAB v0.30) to the new machine an ran the restoring process
sudo -E duplicity restore --force file:///path/to/copied/files /home/user-data/
this ran fine too.
then, when running
sudo mailinabox
this error message came
Mail-in-a-Box Version: v0.42b
Updating system packages...
Installing system packages...
Initializing system random number generator...
Firewall is active and enabled on system startup
Installing nsd (DNS server)...
Installing Postfix (SMTP server)...
Installing Dovecot (IMAP server)...
Installing OpenDKIM/OpenDMARC...
Installing SpamAssassin...
Installing Nginx (web server)...
Installing Roundcube (webmail)...
Installing Nextcloud (contacts/calendar)...
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
Set log level to debug
Exception: Updates between multiple major versions and downgrades are unsupported.
Update failed
Maintenance mode is kept active
Reset log level
i am very sure, that i kept my old machine up to date, made updates/upgrades every time the “new version check” reminded me.
so what is wrong?
what i tried was to run
sudo -u www-data php occ upgrade
but i got the same as wojtek
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
Set log level to debug
Exception: Updates between multiple major versions and downgrades are unsupported.
Update failed
Maintenance mode is kept active
Reset log level
anybody got a solution? i really wouldn’t want to set up a local VM with Ubuntu 14.04 and restore the backups once again, because i am pretty sure that i made them with version v0.30 of MIAB.
maybe the restoring of the nextcloud backup messes with the actual installation?
anyone got a solution on this?