mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-05-21 07:01:20 -05:00
[GH-ISSUE #270] Migration Issue #1233
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 @mattboston on GitHub (Apr 15, 2026).
Original GitHub issue: https://github.com/RayLabsHQ/gitea-mirror/issues/270
As mentioned in #260 I migrated to a new network and changed IPs. To fix that issue I added
GITEA_URL=http://192.168.5.250:3000/to my docker compose and that brought everything up. Once I logged back in, I went to one of the repos and told it to sync and I'm getting this in the Activity Log:What's strange is some syncs for some of my other repos are successful. Both GH repos are mine, both Gitea repos are mine. It's like some of the Gitea Mirror repos cached the old IP.
@mattboston commented on GitHub (Apr 16, 2026):
Closing ticket. Found the issue. I had also migrated my Forgejo server. It seems like it was caching the old ip (192.168.1.5). Once I added the following to that docker container, it worked.