]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Note rollback need for regenerating thumbnails
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Tue, 24 Jan 2023 18:15:52 +0000 (10:15 -0800)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Tue, 24 Jan 2023 18:15:52 +0000 (10:15 -0800)
[skip ci]

docs/setup.md

index afca4147f02210b2767c4f99e1c7e76da7a8f4a6..a04fc24de8ac9fc95b02e6ce4a39a47173836c13 100644 (file)
@@ -784,7 +784,9 @@ with a few simple steps.
 
 Paperless-ngx modified the database schema slightly, however, these
 changes can be reverted while keeping your current data, so that your
-current data will be compatible with original Paperless.
+current data will be compatible with original Paperless. Thumbnails
+were also changed from PNG to WEBP format and will need to be
+re-generated.
 
 Execute this:
 
@@ -800,9 +802,9 @@ $ cd /path/to/paperless/src
 $ python3 manage.py migrate documents 0023
 ```
 
-After that, you need to clear your cookies (Paperless-ngx comes with
-updated dependencies that do cookie-processing differently) and probably
-your cache as well.
+After regenerating thumbnails, you'll need to clear your cookies
+(Paperless-ngx comes with updated dependencies that do cookie-processing
+differently) and probably your cache as well.
 
 # Considerations for less powerful devices {#less-powerful-devices}