mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
Deleting a Card doesn't remove attachments from storage #190
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 @throwabird on GitHub (May 15, 2022).
I'm using the latest docker container (
ghcr.io/plankanban/planka:latest).After adding a cover to the card and removing it, the files are still persistent in
/app/private/attachments.@nickbe commented on GitHub (May 17, 2022):
Currently the cards are not deleted, but marked as deleted. This was meant as a way to be able to revert back to already deleted cards. The next version will provide a function to empty this trash - this will automatically also clean up attachments.
@throwabird commented on GitHub (May 17, 2022):
Thank you, that makes sense. Looking forward to it!