I haven't made a yml for it yet. I was trying to fix nextcloud first and then make a yml for backup.
I manged to get a command line update going but it didn't work either. I can't get into nextcloud at all.
I haven't completed any updates at all, but docker says my nextcloud data version is higher than the container image.
my docker container is running image nextcloud:latest
Code
#su -s /bin/bash www-data -c "php occ upgrade"
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
Display More
If I change the docker image to nextcloud:30-apache I get the following:
Code
Conf remoteip disabled.
To activate the new configuration, you need to run: service apache2 reload
Can't start Nextcloud because the version of the data (31.0.0.18) is higher than the docker image version (30.0.6.2) and downgrading is not supported. Are you sure you have pulled the newest image version?