Files
Alex Vanderpot a0ab900da3 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>
2026-05-29 10:16:22 -04:00

11 lines
412 B
Docker

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
# Access control configuration
COPY config.xml /etc/clickhouse-server/config.d/access_control.xml
# System log retention (TTLs + tame text_log) so diagnostics don't grow unbounded
COPY system-logs.xml /etc/clickhouse-server/config.d/system-logs.xml