mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-05-07 21:17:16 -05:00
[GH-ISSUE #170] How to retry missed content #1702
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Bluscream on GitHub (Jan 21, 2026).
Original GitHub issue: https://github.com/RayLabsHQ/gitea-mirror/issues/170
Since the container doesnt allow setting these
directly via ENV vars, i have to set them manually after ccontainer startup, that means there are some repos now where these content items have been missed syncing. Is there a way to tell the app to re-sync every single repo to fetch missing items and sync them?
@arunavo4 commented on GitHub (Feb 24, 2026):
Yes. Today the simplest recovery path is:
That resets per-repo metadata completion flags so metadata steps run again on next sync.
I also opened a docs PR so this flow is captured in README: #180.
@arunavo4 commented on GitHub (Feb 24, 2026):
Implemented in #180: there is now a Re-run Metadata bulk button in Repositories. It clears metadata state for selected repos and starts Sync immediately (one click, no DB command needed).