Just a note about a recent issue I encountered between paperless and redis. I discovered after an update to both docker images that paperless was unable to connect with redis, apparently due to a password issue. After some checking of redis I discovered that my original password, which had the format "worda--wordb--wordc--worde" was now listed in the redis.conf file as: requirepass wordawordbwordcworde I can see within the redis docker config that the "password" variable still contains the value containing double-dashes, but this latest redis update apparently strips them out. So the fix to my paperless connectivity issue was to update its credentials to the version without dashes. Not sure if this is an expected change in redis behaviour or a bug or a bug-fix but I hope it helps someone out.