[GH-ISSUE #485] When user is deleted - delete all its storage data as well #370

Closed
opened 2026-02-25 21:31:47 +03:00 by kerem · 0 comments
Owner

Originally created by @ciur on GitHub (Sep 17, 2022).
Original GitHub issue: https://github.com/ciur/papermerge/issues/485

Originally assigned to: @ciur on GitHub.

Storage data - is (are?) document files and document OCR data stored under media root.
Each user has two folders associated - docs and sidecars.
User storage data is stored in following format:

  • <media root>/docs/<user id>/
  • <media root>/sidecars/<user id>/

Expected: when user is deleted, both its folders should be deleted as well
Actual: both folders are still there and contain documents!

Originally created by @ciur on GitHub (Sep 17, 2022). Original GitHub issue: https://github.com/ciur/papermerge/issues/485 Originally assigned to: @ciur on GitHub. Storage data - is (are?) document files and document OCR data stored under media root. Each user has two folders associated - ``docs`` and ``sidecars``. User storage data is stored in following format: - ``<media root>/docs/<user id>/`` - ``<media root>/sidecars/<user id>/`` Expected: when user is deleted, both its folders should be deleted as well Actual: both folders are still there and contain documents!
kerem 2026-02-25 21:31:47 +03:00
  • closed this issue
  • added the
    bug
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/papermerge#370
No description provided.