From b7b0be141cb3b66b131901e991cc94be5845f61f Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 16 Nov 2023 14:29:39 -0800 Subject: [PATCH] Documentation: Add note that trash dir must exist (#4608) --- docs/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index 88c8a5094..ad915e6bb 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -221,6 +221,8 @@ directory. inside docker, ensure that this path is within a permanent volume (such as "../media/trash") so it won't get lost on upgrades. + Note that the directory must exist prior to using this setting. + Defaults to empty (i.e. really delete documents). #### [`PAPERLESS_MEDIA_ROOT=`](#PAPERLESS_MEDIA_ROOT) {#PAPERLESS_MEDIA_ROOT}