Skip to content
Discussion options

You must be logged in to vote

Increasing ClickHouse replicas from 1 to 3 in your self-hosted Langfuse deployment requires careful planning. Here's what you need to know based on the Langfuse documentation:

Required Configuration Changes

For Kubernetes deployments using the Bitnami ClickHouse Helm chart, you need to update your values.yaml(1):

clickhouse:
  deploy: true
  shards: 1 # Fixed: Langfuse does not support multi-shard clusters
  replicaCount: 3
  resourcesPreset: large # or more
  persistence:
    size: 100Gi
  auth:
    username: default
    password: changeme

(1)

Important: The number of replicas cannot be increased at runtime without manual intervention or downtime(1). Langfuse requires certain ClickHouse …

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@subhashinir
Comment options

Answer selected by subhashinir
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants