mirror of
https://github.com/ajvpot/meshexplorer.git
synced 2026-08-08 01:22:43 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user