Paperless consume stuck in queue #1269
-
Anyone else having this issue ? I did read somewhere the redis needs to be updated to v7.. when checking here its 6.02XX regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
In order to upgrade Redis to version 7, it is necessary to use the Debian backport repositories. To do so, you need to add the backport repositories to your system's list of package sources by running the following command in the terminal:
After adding the backport repositories, run the |
Beta Was this translation helpful? Give feedback.
In order to upgrade Redis to version 7, it is necessary to use the Debian backport repositories. To do so, you need to add the backport repositories to your system's list of package sources by running the following command in the terminal:
After adding the backport repositories, run the
apt update
command to update the package lists. To upgrade to Redis version 7.0.7, run the commandapt -t bullseye-backports install -y redis
. This will install the latest version of Redis from the backport repositories.