mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 11:21:03 +03:00
Deleting card does not delete attachments #280
Reference in New Issue
Block a user
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?
Originally created by @vsaw on GitHub (Jan 17, 2023).
While working on my backup script I noticed that deleting cards does not delete the attachments from the file system. They can still be exported from the volume.
Update 1:
Deleting the attachment from the card while keeping the card also does not actually delete the attachment from the filesystem.
Update 2:
FYI I'm running Planka v1.10.1 using docker-compose.yml
@nickbe commented on GitHub (Jan 17, 2023):
We know and that's already something we will fix soon
@meltyshev commented on GitHub (May 13, 2025):
This should be resolved in v2, but feel free to reopen if the issue persists.