Moin,
@shtrophic kommentierte 2025-01-14 17:27 (CET)
I once set up a new LXC with paperless-ngx-venv, I then exported the data on the old paperless-ngx
using paperless-manage
and then imported it again on the new one using paperless-manage
, that worked so far.
Two small things were missing, ghost script and extra/python-psycopg
because I use PostgreSQL instead of SQLite.
Thanks for advice Bernd
Pinned Comments
shtrophic commented on 2025-04-14 20:22 (UTC) (edited on 2025-04-14 20:32 (UTC) by shtrophic)
For people not using
redis
: there is now an "automated patching mechanism" that will instead use the next best fork ofredis
that is available on your system as theRequires=
dependency in*.service
. This way, anyone can use their favorite fork of it. Keep in mind that upstream does not explicitly say that forks ofredis
work as well, and this further makes the builtpaperless-ngx-venv
package non-portable. Happy experimenting :)