From a0ab900da37d2a4586cdfc04442454514a01c23e Mon Sep 17 00:00:00 2001 From: Alex Vanderpot Date: Fri, 29 May 2026 10:16:22 -0400 Subject: [PATCH] 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 --- ingest/clickhouse/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingest/clickhouse/Dockerfile b/ingest/clickhouse/Dockerfile index f25131a..431e182 100644 --- a/ingest/clickhouse/Dockerfile +++ b/ingest/clickhouse/Dockerfile @@ -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