Server load issues after migrating to v3.0.1 #5340
Replies: 2 comments 5 replies
-
Nay, you are not the only one. I did a jump from v2.0 to v3.0.1 today and now the server is eating shit. Now I regret not creating a 500G backup of all the data. Initially you will have the general load of clickhouse doing some updates, which you can see via:
After the data migration is done which can take quite some time, the overall load will fall. I was just a few hours too late to see your post, otherwise I would have stayed on the version I was. |
Beta Was this translation helpful? Give feedback.
-
Thanks for pushing me. I figured out if I keep the new docker-compose.xml (v3.0.1) and just change the plausible image to 2.1.5, it also works. Load dropped from 120 to 15ish. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm having load issues after the latest upgrade. It seems after the server reaches some treshold, the CPU utilization increases disproportionally.

My nginx log is full of:
Top:

The only difference I see is the user for beam.smp. Previously it was systemd+.
My docker-compose.xml:
Inside the plausible container, the top looks like this:

In the past, I had similar problems but it was because of nginx config, which has not changed:
Is anyone else having similar issues?
Beta Was this translation helpful? Give feedback.
All reactions