-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
Description
Description
- Create new migration with mirrow
- Push green button
- HTTP 500
After some time I get working mirror of repo.
Gitea Version
1.17.0+dev-506-gedff571aa
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
https://gist.github.com/radjah/5346e850bd0d7ba0dc2e48da543efb69
Screenshots
Git Version
2.30.2
Operating System
Debian GNU/Linux 11 (bullseye)
How are you running Gitea?
Run via systemd.
[Unit]
Description=Gitea - Git with a cup of tea
Wants=local-fs.target network-online.target
After=network.target network-online.target
[Service]
WorkingDirectory=/data/gitea
ExecStart=/data/gitea/gitea
User=radjah
Group=share
#CapabilityBoundingSet=CAP_NET_BIND_SERVICE
[Install]
WantedBy=multi-user.target
Access via nginx with https and direct from LAN without https.
Database
MySQL
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
Gusted commentedon May 2, 2022
Regression due to #19295
Don't fetch Mirror when it's migrating
Don't fetch Mirror when it's migrating (#19588)
Don't fetch Mirror when it's migrating (go-gitea#19588)