Skip to content

Commit 819f65f

Browse files
author
Oleg Kunitsyn
committed
[ODM-12343] Add clickhouse client command
1 parent ef25a1c commit 819f65f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/home/clickhouse/rebalancing.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,7 @@ 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+
```

0 commit comments

Comments
 (0)