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
I have a server on docker compose pinned and updated daily to gitea:latest
The recent upgrade to version 1.21 has broken sever repo's in the following way:
There are several branches in this repo, but it's only showing a count of 1 (the feature branch I pushed before realizing there was an issue with the server).
Clicking on Branch on the bar takes you to a 500 error (because it seems to be looking for the master branch it has lost)
An error occurred:
LoadBranches, branch does not exist [repo_id: 3 name: master]
So it appears to have forgotten all the branches, even though the home page for the repo shows the master branch.
Pushing anything to the lost branches seems to restore them. Pushing something new to the master branch has resolved the branches list page error -- though the forgotten branches are tragically still missing. Anything people didn't have locally seems to be unreachable.
Quite the jump scare for the team today. :D
Gitea Version
1.21
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
2.40.1, Wire Protocol Version 2 Enabled
Operating System
docker image gitea:latest (1.21)
How are you running Gitea?
docker compose
Database
MySQL/MariaDB
The text was updated successfully, but these errors were encountered:
Description
I have a server on docker compose pinned and updated daily to gitea:latest
The recent upgrade to version 1.21 has broken sever repo's in the following way:
So it appears to have forgotten all the branches, even though the home page for the repo shows the master branch.
Pushing anything to the lost branches seems to restore them. Pushing something new to the master branch has resolved the branches list page error -- though the forgotten branches are tragically still missing. Anything people didn't have locally seems to be unreachable.
Quite the jump scare for the team today. :D
Gitea Version
1.21
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
2.40.1, Wire Protocol Version 2 Enabled
Operating System
docker image gitea:latest (1.21)
How are you running Gitea?
docker compose
Database
MySQL/MariaDB
The text was updated successfully, but these errors were encountered: