Open
Description
Gitea Version
1.15.3
Git Version
2.24.1
Operating System
CentOS 7.2
How are you running Gitea?
I'm running gitea locally via systemd.
Database
MySQL
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Description
I use git bundles to sync two remote sites. We grab all recent LFS files, tar them up, and extract on the remote site. This has worked for over a year now without any issues. Since 1.15.0 this process does not work anymore. I get a 404 error when I try to fetch the LFS files. I discovered a workaround where I extract the files into gitea/data/lfs and then manually insert a row into the lfs_meta_object table with the appropriate info, then I can fetch the new files. For some reason the extraction is no longer being added to the lfs_meta_object automatically
Screenshots
No response