Paperless‑ngx fails to start on Runtipi – database "paperless" does not exist
Hi all,
I'm trying to install & run Paperless‑ngx 2.19.5, but the container keeps failing with:
psycopg.OperationalError: connection failed: connection to server at "10.128.10.3", port 5432 failed: FATAL: database "paperless" does not exist
Any advice?7 Replies
Has the database started?
Check the beginning of the logs
Log said yes: 'paperless-ngx-1 | Connected to PostgreSQL
paperless-ngx-1 | [init-db-wait] Database is ready
paperless-ngx-1 | [init-migrations] Apply database migrations...
db-1 | 2025-11-17 06:54:45.250 UTC [34] FATAL: database "paperless" does not exist'
does the database "paperless" exist on your db service? you should be able to check like that:
Here is my complete log:

i would probably make a db dump reinstall paperless-ngx, and restore the db.
@maikwars I'm still updating the app but on my public store: https://github.com/JigSawFr/tipi-store
GitHub
GitHub - JigSawFr/tipi-store: Custom Store for Runtipi.io
Custom Store for Runtipi.io. Contribute to JigSawFr/tipi-store development by creating an account on GitHub.