[bug] The pleroma.uploads migrate_local
task doesn't actually migrate uploads to S3 #801
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#801
Loading…
Reference in a new issue
No description provided.
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?
Your setup
From source
Extra details
Fedora 40
Version
b03edb4ff4
PostgreSQL version
16
What were you trying to do?
Run
mix pleroma.uploads migrate_local
to migrate uploads from local storage to an S3 bucketWhat did you expect to happen?
All files from the local uploads directory gets copied to the S3 bucket.
What actually happened?
Only the
.gitgnore
file in the top level directory gets uploaded.Logs
No response
Severity
I can manage
Have you searched for this issue?
hm, I'm sure I've used this task before and haven't changed it since then
I'll take a peek
what does your task print out?
mine says
which implies it finds the files just fine?
Closing since this turned out to be a misconfigured upload directory on my part