Hi there,
I was running Nextcloud 29.0.8 stable and did an update to Nextcloud 30 today. The docker pull worked fine, however the upgrade fails at "Updating database schema" online, and when running running occ upgrade in terminal, it hangs forever until a Ctrl C break command is sent.
Checking via occ app:list , I found that the incompatible apps are already disabled:
Calendar (calendar)
Contacts (contacts)
Deck (deck)
Draw.io (drawio)
Nextcloud Office (richdocuments)
Talk (spreed)
I tried to roll back to 29.0.8 but Nextcloud logs say rollback to older version not possible.
From what it seems, the only thing holding back the upgrade is the database update, which I cannot find any errors when the upgrade script is running and hanging.
What can I do?