You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrading from a very old gitea version (unfortunately, I lost the exact version number) to the latest version (1.9.0 as of now) fails with the following error:
latest
Docker image, which seems to be 1.9.0 at this moment[x]
):Description
Upgrading from a very old gitea version (unfortunately, I lost the exact version number) to the latest version (1.9.0 as of now) fails with the following error:
It seems that this is caused by an attempt to execute an incomplete SQL query:
which happens in this migration: https://github.com/go-gitea/gitea/blob/master/models/migrations/v56.go.
I may be wrong, but it seems to me that this behavior is caused by this PR: #6849.
When I used an older version (
1.8.3
) in my docker setup, it got upgraded perfectly (and now I guess I can try upgrading to 1.9).The text was updated successfully, but these errors were encountered: