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!
Storage data - is (are?) document files and document OCR data stored under media root. Each user has two folders associated -
docs
andsidecars
. 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!