We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819f65f commit 426ddaaCopy full SHA for 426ddaa
docs/home/clickhouse/rebalancing.md
@@ -92,7 +92,4 @@ docker run \
92
- Ensure all steps are followed in sequence to avoid data inconsistencies.
93
- The `clickhouse-helper` tool is essential for simplifying the rebalancing process.
94
- Remember to delete the old database from ClickHouse after the rebalancing process is complete.
95
-
96
- ```shell
97
- clickhouse-client --host <SOURCE_CLICKHOUSE_HOST> --port <SOURCE_CLICKHOUSE_PORT> -q "DROP DATABASE genestack"
98
- ```
+ It can be done with `clickhouse-client` command-line tool.
0 commit comments