clickhouse: upgrade image 25.6.2.5 -> 26.5.1.882

Fixes a 25.x global memory-tracker drift where the tracker pinned at the
max-memory cap (RSS far below it), causing the OvercommitTracker to kill every
query (map/stats/neighbors all 500ing). Deployed in-place on prod over the
existing data dir after a cold backup.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Alex Vanderpot
2026-05-29 10:16:22 -04:00
parent 5966564b29
commit a0ab900da3
+1 -1
View File
@@ -1,4 +1,4 @@
FROM clickhouse/clickhouse-server:25.6.2.5
FROM clickhouse/clickhouse-server:26.5.1.882
# Read-only user used by the web app / discord bot
COPY users.xml /etc/clickhouse-server/users.d/readonly_user.xml