Paperless NGX document_retagger - how to do this within TrueNas Scale?

Hello Forum,

i need to run the paperless ngx retagger. Unfortunately i can’t run this via the paperless container. Even as root ( su ) it states, permission denied. It might be that i need to do something with docker compose but on what level.

If anyone know how to run teh retagger for paperlss NGX on TrueNas Scale 24.10 please let me know

Cheers
M

so i tried to check where the retagger is via the cmd line, however having many old images due to conainer updates, i am not sure which one to use

Installed Portainer and checked for used Image but couldnt make up the reference.

Anyone any idea how to find the retagger for my current paperless-ngx deployment?

found the solution by re-reading the docs @ Administration - Paperless-ngx

so basically run docker ps -a and get the name of you paperless container, then run docker exec -it

truenas_admin@truenas[~]$ sudo docker exec -it ix-paperless-ngx-paperless-1 document_retagger -s
100%|██████