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

Can't delete user in the admin panel: database table is locked #1735

Closed
2 of 7 tasks
sbstp opened this issue May 16, 2017 · 2 comments
Closed
2 of 7 tasks

Can't delete user in the admin panel: database table is locked #1735

sbstp opened this issue May 16, 2017 · 2 comments
Labels
issue/duplicate The issue has already been reported.

Comments

@sbstp
Copy link

sbstp commented May 16, 2017

  • Gitea version (or commit ref): 1.1.1 built with: bindata, sqlite
  • Git version: 2.7.4
  • Operating system: Ubuntu 16.04, amd64
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant (not admin)
  • Log:
2017/05/16 11:23:31 [I] Run Mode: Production
2017/05/16 11:23:31 [I] Listen: http://localhost:3000
2017/05/16 11:24:07 [...uters/admin/users.go:257 DeleteUser()] [E] DeleteUser: ExternalLoginUser: database table is locked
2017/05/16 11:24:14 [...uters/admin/users.go:257 DeleteUser()] [E] DeleteUser: ExternalLoginUser: database table is locked
2017/05/16 11:24:32 [...uters/admin/users.go:257 DeleteUser()] [E] DeleteUser: ExternalLoginUser: database table is locked
2017/05/16 11:24:46 [...uters/admin/users.go:257 DeleteUser()] [E] DeleteUser: ExternalLoginUser: database table is locked
2017/05/16 11:26:26 [...uters/admin/users.go:257 DeleteUser()] [E] DeleteUser: ExternalLoginUser: database table is locked

Description

I get a 500 error when I try to delete a user from the control panel. I've seen other similar issues with table lock problems, but I might as well document this particular instance.

@gravemalte
Copy link

This is already fixed by #1321. You can build Gitea on your own or you wait until 1.2.0 is released. :)

@sbstp
Copy link
Author

sbstp commented May 16, 2017

Ah thanks. My bad.

@sbstp sbstp closed this as completed May 16, 2017
@lunny lunny added the issue/duplicate The issue has already been reported. label May 17, 2017
@go-gitea go-gitea locked and limited conversation to collaborators Nov 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
issue/duplicate The issue has already been reported.
Projects
None yet
Development

No branches or pull requests

3 participants