Pixelfed might duplicate pictures between the local filesystem and garage #20
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?
Not sure what is going on there.
We opened a discussion upstream on pixelfed: https://github.com/pixelfed/pixelfed/discussions/5283
Nobody responded, but through further digging I think the conclusion we came to is that it first uploads to the local filesystem, then to garage. It does this so that the image can be accessed immediately, but then very soon after that the website switches to fetching from s3
The
DANGEROUSLY_SET_FILESYSTEM_DRIVER
environment variable can be set tos3
to get pixelfed to ONLY use s3.