Application plausible exited: Plausible.Application.start(:normal, []) returned an error: shutdown: failed to start child: Plausible.Session.Salts #4904
-
What does this mean? Is it the postgresql connection, or kickhouse?
Before that, I also see this error:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
👋 The error means connections to PostgreSQL fail. |
Beta Was this translation helpful? Give feedback.
-
So it's connection problem, not permission? Any idea why this setting does not work?
It works when connecting manually wtih pqsql from the same pod in kubernetes:
|
Beta Was this translation helpful? Give feedback.
Seems like setting both
sslmode=verify-full
andDATABASE_CACERTFILE
worked.