]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Add 2 warnings about potential path length issues
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Thu, 12 Jan 2023 20:48:54 +0000 (12:48 -0800)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Sat, 14 Jan 2023 14:33:12 +0000 (06:33 -0800)
docs/administration.md
docs/advanced_usage.md

index 320ad7a9cdb2e981d82fe78808cd89c0e7647101..4daa446c50daf0e037260d444e6ab2e553a95504 100644 (file)
@@ -267,6 +267,12 @@ The filenames generated by this command follow the format
 paperless to use `PAPERLESS_FILENAME_FORMAT` for exported filenames
 instead, specify `--use-filename-format`.
 
+!!! warning
+
+    If exporting with the file name format, there may be errors due to
+    your operating system's maximum path lengths.  Try adjusting the export
+    target or consider not using the filename format.
+
 ### Document importer {#importer}
 
 The document importer takes the export produced by the [Document
index ef2cc28c26207c8ec758dd487a23f2560af31759..61b1c072eec008a0b1c64a5ccd4e53ba5e5e9742 100644 (file)
@@ -336,6 +336,13 @@ value.
     However, keep in mind that inside docker, if files get stored outside of
     the predefined volumes, they will be lost after a restart of paperless.
 
+!!! warning
+
+    When file naming handling, in particular when using `{tag_list}`,
+    you may run into the limits of your operating system's maximum
+    path lengths.  Files will retain the previous path instead and
+    the issue logged.
+
 ## Storage paths
 
 One of the best things in Paperless is that you can not only access the
@@ -392,7 +399,7 @@ structure as in the previous example above.
     If you adjust the format of an existing storage path, old documents
     don't get relocated automatically. You need to run the
     [document renamer](/administration#renamer) to
-    adjust their pathes.
+    adjust their paths.
 
 ## Celery Monitoring {#celery-monitoring}