Unable to dump files from Azure Blob Storage
Opened this issue · 1 comments
lisez commented
Description
As the title suggests, after configuring Azure Blob as Gitea’s storage backend, my daily dump no longer works. When attempting to dump LFS files, I encounter the following error:
Failed to dump LFS objects: /file/path: copying contents: file does not exist
After multiple attempts, the files stored in Azure Blob cannot be dumped. The only way to complete the dump successfully is by using all --skip-* flags.
Gitea Version
Gitea version 1.24.6 built with GNU Make 4.4.1, go1.24.7 : bindata, timetzdata, sqlite, sqlite_unlock_notify
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
https://gist.github.com/lisez/e6546dd0a7a60562923bb7015390b598
Screenshots
No response
Git Version
git version 2.49.1
Operating System
AlmaLinux 10.0 (Purple Lion)
How are you running Gitea?
Deploy gitea/gitea:1.24.6-rootless on k8s
Database
PostgreSQL
lisez commented
It still happens even though I created a storage account without hierarchical namespace feature.