Fix "database table is locked" #9
Closed
JonasFranzDEV
wants to merge 2 commits from fix-sqlite
into master
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'fix-sqlite'
Deleting a branch is permanent. It CANNOT be undone. Continue?
This PR solves the problem that occures if you try to migrate a repo to a sqlite gitea instance. It just retries if a "database table is locked" occures.
Needs the approval of another contributor.
CC @techknowlogick @kolaente
It seems that this problem is a bug of gitea since the issue get's created but it fails while setting the status:
I've created an issue at go-gitea/gitea: https://github.com/go-gitea/gitea/issues/4268
So does this mean you could resolve the issue on your side and everything is ok? Or do we need to wait for this to get resolved in Gitea?
@kolaente The problem is that if this problem occures no comments for the specific issue will be created. I thinknthat I will find a solution which does not depend on gitea.
I close this PR since this issue must be resolved at Gitea.