Hello everyone,
I’m having the following problem. Paperless-ngx won’t start after the update. Paperless-ngx is installed as an app.
Update from version 1.6.2 to 1.6.17
Truenas version 25.10.3
Log from the container:
026-04-22 19:51:53.222534+00:00[init-start] paperless-ngx docker container starting…
2026-04-22 19:51:53.229384+00:00[init-start] paperless-ngx docker container starting init as root
2026-04-22 19:51:53.238787+00:00[env-init] Checking for environment from files
2026-04-22 19:51:53.242306+00:00[env-init] No *_FILE environment found
2026-04-22 19:51:53.251945+00:00[init-redis-wait] Waiting for Redis to report ready
2026-04-22 19:51:53.252637+00:00[init-db-wait] Waiting for PostgreSQL to start…
2026-04-22 19:51:53.252700+00:00[init-tesseract-langs] Checking if additional teseract languages needed
2026-04-22 19:51:53.252820+00:00[init-tesseract-langs] No additional installs requested
2026-04-22 19:51:53.255530+00:00id: ‘paperless’: no such user
2026-04-22 19:51:53.257863+00:00id: ‘paperless’: no such user
2026-04-22 19:51:53.258256+00:00[init-user] Mapping UID for paperless to 568
2026-04-22 19:51:53.260503+00:00usermod: user ‘paperless’ does not exist
2026-04-22 19:51:53.260857+00:00[init-user] Mapping GID for paperless to 568
2026-04-22 19:51:53.262554+00:00groupmod: group ‘paperless’ does not exist
2026-04-22 19:51:53.263071+00:00s6-rc: warning: unable to start service init-modify-user: command exited 6
2026-04-22 19:51:53.289237+00:00postgres:5432 - accepting connections
2026-04-22 19:51:53.289635+00:00[init-db-wait] Connected to PostgreSQL
2026-04-22 19:51:53.289838+00:00[init-db-wait] Database is ready
2026-04-22 19:51:53.960065+00:00Waiting for Redis…
2026-04-22 19:51:53.967116+00:00Connected to Redis broker.
2026-04-22 19:51:53.989585+00:00[init-redis-wait] Redis ready
2026-04-22 19:51:53.990289+00:00/run/s6/basedir/scripts/rc.init: warning: s6-rc failed to properly bring all the services up! Check your logs (in /run/uncaught-logs/current if you have in-container logging) for more information.
2026-04-22 19:51:53.990309+00:00/run/s6/basedir/scripts/rc.init: fatal: stopping the container.
Error: user ‘paperless’ does not exist
My question, why does the user “paperless” no longer exist, and how can I fix this?
It still existed before the update.
Perhaps someone else has encountered the same problem?
Thank you in advance.