v3.0.1 #5323
v3.0.1
#5323
-
|
My self-hosted plausible instance no longer works after upgrading to v3.0.1. I get a 502 Bad Gateway from the nginx reverse proxy. Seems like an issue with Clickhouse user auth. How I upgraded:
|
Beta Was this translation helpful? Give feedback.
Answered by
timbowhite
Apr 12, 2025
Replies: 1 comment
-
|
Nevermind, I figured it out. The new I guess that's what I get for applying patches by hand :) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
timbowhite
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nevermind, I figured it out.
The new
environment: CLICKHOUSE_SKIP_USER_SETUP=1has to go under theplausible_events_dbentry in the docker-compose.yml file:I guess that's what I get for applying patches by hand :)