-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Labels
Description
- Gitea version (or commit ref):1.3.2
- Git version: 1.7.10
- Operating system: GNU/Linux
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant (cannot test an upgrade there)
Description
Gogs used to show every tag in the Releases page, upon upgrade all those entries in Releases are gone. I've tried that removing all remote tags and re-pushing them is effective as a work-around, but it is crazy to do this for each and every repository we host.
@lafriks mentioned this synchronization should have happened at migration time but evidently it did not. How to fix now ? I think there should be an admin task to resynchronize those releases or we're stuck forever with this problem.
The problem may or may not be related to git version being < 1.8 - see #1133 (from #1133 (comment))