error messages in journal during first start / initialization #25164
Unanswered
marcelgsteiger
asked this question in
Q&A
Replies: 1 comment 1 reply
|
This looks like a startup race. The worker starts before database migrations have created the The password warning is unrelated if PostgreSQL connects successfully. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm trying a new install of authentik 2026.5 in a rootless container using podman kube and a postgresql 18.4 server running in a different pod.
When I start the container with an empty database, I get several database errors for the table "authentik_tasks_workerstatus" that is obviously missing (see near the end of the attached log).
Later, I get additional errors about deadlocks in the database - perhaps these are related.
After waiting until the system stabilizes and then stopping the containers, the relation appears to exist and the deadlock errors do not appear anymore.
Moreover, I get messages about POSTGRES_PASSWORD not being defined - however, AUTHENTIK_POSTGRESQL__PASSWORD exists (filled from kube secrets) and the connection to the database works flawlessly.
Maybe this is just cosmetic - I am new to authentik and still learning.
Regards
Marcel
startlog.txt
All reactions