We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[x]
2019/05/01 20:40:05 [I] ORM engine initialization attempt #1/10... 2019/05/01 20:40:05 [I] Migration: rename repo is_bare to repo is_empty 2019/05/01 20:40:05 [D] ORM engine initialization attempt #1/10 failed. Error: migrate: do migrate: Drop index failed: Error 1091: Can't DROP INDEX IDX_repository_is_bare; check that it exists 2019/05/01 20:40:05 [I] Backing off for 3 seconds
IDX_repository_is_bare
After upgrading gitea, the gitea won't start and the error Can't DROP INDEX IDX_repository_is_bare; check that it exists appears in the logs.
Can't DROP INDEX IDX_repository_is_bare; check that it exists
The text was updated successfully, but these errors were encountered:
Manually recreating the index solves the problem
CREATE INDEX IDX_repository_is_bare ON repository (is_bare)
Sorry, something went wrong.
No branches or pull requests
[x]
):2019/05/01 20:40:05 [I] ORM engine initialization attempt #1/10...
2019/05/01 20:40:05 [I] Migration: rename repo is_bare to repo is_empty
2019/05/01 20:40:05 [D] ORM engine initialization attempt #1/10 failed. Error: migrate: do migrate: Drop index failed: Error 1091: Can't DROP INDEX
IDX_repository_is_bare
; check that it exists2019/05/01 20:40:05 [I] Backing off for 3 seconds
Description
After upgrading gitea, the gitea won't start and the error
Can't DROP INDEX IDX_repository_is_bare; check that it exists
appears in the logs.The text was updated successfully, but these errors were encountered: