Skip to content

Commit 426ddaa

Browse files
author
Oleg Kunitsyn
committed
[ODM-12343] Remove exact query
1 parent 819f65f commit 426ddaa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/home/clickhouse/rebalancing.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,4 @@ docker run \
9292
- Ensure all steps are followed in sequence to avoid data inconsistencies.
9393
- The `clickhouse-helper` tool is essential for simplifying the rebalancing process.
9494
- 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-
```
95+
It can be done with `clickhouse-client` command-line tool.

0 commit comments

Comments
 (0)