Plausible fails to connect to clickhouse even with correct CLICKHOUSE_DATABASE_URL #3070
Replies: 2 comments 29 replies
-
|
👋 @xrl Is the |
Beta Was this translation helpful? Give feedback.
-
|
So, bitnami's clickhouse chart for whatever reason wont replicate datatbases from one shard to another. I brought it down to 1 shard and everything worked for whatever reason. I've been trying to get plausible to work with it and I can't even get the container to start right now.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am spinning up plausible+clickhouse inside of Kubernetes using argo-cd. I have one argo application to manage the plausible helm release (homemade chart), and another argo application to manage the clickhouse helm release (bitnami clickhouse).
Here are the application definitions:
I have confirmed that clickhouse+plausible have happy pods:
And the services are laid out like this:
And plausible is talking to the
clickhouseservice like this:but when I look at the logs for plausible I get an infinite stream of these lines:
but if I query the clickhouse service using curl I can see the database:
Why is plausible unable to acccess the
plausibledatabase from clickhouse?Beta Was this translation helpful? Give feedback.
All reactions