Modified compose configuration to use a more specific clickhouse/clickhouser-server:24.10-alpine image version. This fixes issues when running backfills using clickhouse-client as the older clickhouse-client does not support multiline queries.
Pinning to a more specific version ensures that docker compose will always attempt to pull this version before starting the containers.
Summary
Modified compose configuration to use a more specific
clickhouse/clickhouser-server:24.10-alpine
image version. This fixes issues when running backfills usingclickhouse-client
as the olderclickhouse-client
does not support multiline queries.Pinning to a more specific version ensures that docker compose will always attempt to pull this version before starting the containers.
See also