Clickhouse single replica to multi replica switch #12330
Replies: 1 comment
-
|
The documentation explicitly states that the number of replicas for each ClickHouse shard cannot be increased at runtime without manual intervention or downtime(1). When deploying ClickHouse on Kubernetes, a minimum of 3 replicas is recommended for production setups(1). Based on community experience, one user successfully transitioned to a 3-replica ClickHouse cluster (1 shard, 3 replicas) but encountered issues that required specific configuration steps(2). The key requirements for a successful multi-replica setup include: Critical Configuration Requirements:
Recommended Approach: For Kubernetes deployments using the Bitnami ClickHouse Helm chart, the recommended production configuration includes(1): The migration from single to multi-replica will likely require downtime and manual intervention, as the replica count cannot be changed at runtime(1). Consider backing up your data before attempting this transition(3). 📚 Sources:
Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe your question
Hello, what entails moving from single replica clickhouse to 3 replica clickhouse (will use keeper) and keep the existing data, I know langfuse states its not possible and we need to make a decision before hand, but anyone in the community successfully went through this kind of activity?
Langfuse Cloud or Self-Hosted?
Self-Hosted
If Self-Hosted
3.152.0
If Langfuse Cloud
No response
SDK and integration versions
No response
Pre-Submission Checklist
Beta Was this translation helpful? Give feedback.
All reactions