Deleting a Card doesn't remove attachments from storage #190

Closed
opened 2026-02-04 17:47:07 +03:00 by OVERLORD · 2 comments
Owner

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.

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`.
Author
Owner

@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.

@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.
Author
Owner

@throwabird commented on GitHub (May 17, 2022):

Thank you, that makes sense. Looking forward to it!

@throwabird commented on GitHub (May 17, 2022): Thank you, that makes sense. Looking forward to it!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#190