-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Database Schema Migration Error Updating to NC 28.0.2 #2582
Comments
I don't think |
Hmm, the database descriptions look similar, but not identical: `oc_news_items`
`oc_news_items_old`
They also have similar indices: `oc_news_items` and `oc_news_items_old` indices
Additionally, the |
This seems to be a known issue with the upgrade to Nextcloud 28: nextcloud/server#41253. Under the assumption that this table is very old, I will try dropping the index / table and seeing if it continues successfully. |
All the migrations can be found here: https://github.com/nextcloud/news/tree/master/lib/Migration I don't see any that would have created a table with |
Hmm. The It's also possible that I had an issue with an upgrade at that time and manually created that table, but have since forgotten about it. Nevertheless, I deleted the Feel free to reopen if others start to report the same issue. |
IMPORTANT
Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;)
Explain the Problem
I used the web updater to update Nextcloud from 27.x.x to 28.0.2. When I did this it gave me the following error:
This same error shows up when I run
php occ upgrade
as well. Thus, it fails to upgrade Nextcloud, and I am now in a broken state. Can I safely remove either theoc_news_items_old
ornews_items_starred_feed_id
tables?Steps to Reproduce
Explain what you did to encounter the issue
System Information
The text was updated successfully, but these errors were encountered: