Skip to content

Commit 4213bd5

Browse files
committed
fix(langfuse): pin clickhouse version to avoid error during clickhouse init
The releases published on 27/03/26 causes Clickhouse to incorrectly initialize. This prevent the DB from restarting after the initial run. This pin the version to the most recent version that was working properly.
1 parent 3b2e6e1 commit 4213bd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/compose/langfuse.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ services:
119119
retries: 10
120120

121121
clickhouse:
122-
image: clickhouse/clickhouse-server:latest
122+
image: clickhouse/clickhouse-server:26.2.4.23
123123
user: "101:101"
124124
environment:
125125
- CLICKHOUSE_DB=${CLICKHOUSE_DB:-default}

0 commit comments

Comments
 (0)