hoellen / docker-nextcloud

All-in-one Nextcloud Docker image. Alpine-based, rootless and simple.
31 stars 5 forks source link

DB Index problem on upgrade from 27.1.15 to 28.0.1 #59

Closed mwlczk closed 10 months ago

mwlczk commented 10 months ago

Index name "calobjects_index" for table "oc_calendarobjects" collides with the constraint on table "oc_calendarobjectsBroke".

is the message. Droping the index calobjects_index on oc_calendarobjects. Solves the problem. Maybe it is an upstream problem.

mwlczk commented 10 months ago

Droping the index calobjects_index on oc_calendarobjects.an retrying the upgrade solves the problem.

hoellen commented 10 months ago

For everyone else, it looks as if there is already an upstream issue: https://github.com/nextcloud/server/issues/41253