Skip to content
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

[Bug] [Doctor] db consistency fix function not working #15668

Closed
6543 opened this issue Apr 29, 2021 · 1 comment · Fixed by #15657
Closed

[Bug] [Doctor] db consistency fix function not working #15668

6543 opened this issue Apr 29, 2021 · 1 comment · Fixed by #15657
Labels

Comments

@6543
Copy link
Member

6543 commented Apr 29, 2021

doctor check-db-consistency task use models.DeleteOrphanedObjects() witch does not work

ref: #15658 (comment)

tested with mariadb Ver 15.1

gitea v1.13.7, v1.14.1 & master have same issue:

v13: Error: Unsupported type
v14&master: - [C] Error: %!v(MISSING) whilst deleting orphaned objects

@6543 6543 added the type/bug label Apr 29, 2021
@KN4CK3R
Copy link
Member

KN4CK3R commented Apr 30, 2021

%!v(MISSING) should be fixed by #15658 and the underlaying bug in models.DeleteOrphanedObjects() gets fixed with #15657.

@go-gitea go-gitea locked and limited conversation to collaborators Jun 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants