Wonderfall / docker-nextcloud

All-in-one Nextcloud Docker image, based on Alpine Linux. Aims at being simple and hardened.
194 stars 93 forks source link

From wonderfall/nextcloud migrate to ghcr.io/wonderfall/nextcloud:22 appear exception #91

Closed xjl456852 closed 2 years ago

xjl456852 commented 3 years ago

From wonderfall/nextcloud migrate to ghcr.io/wonderfall/nextcloud:22 appear exception

When I has edited the docker-compose.yml and start the docker, I visit to the nextcloud web, The nextcloud prompts me to update, When I click the update button, It shows me some exception.

Exception: Updates between multiple major versions and downgrades are unsupported.

my new docker-compose.yml

version: '3'

networks: nextcloud_network: external: false

services: nextcloud: image: ghcr.io/wonderfall/nextcloud:22 depends_on:

Wonderfall commented 2 years ago

Sorry for the late answer.

Exception: Updates between multiple major versions and downgrades are unsupported.

Is explicit. Only n+1 migrations are supported. Check your current installed version and build the necessary images: https://github.com/Wonderfall/docker-nextcloud/issues/79

It's a pain if you're late in major updates but there's no other way.