From 93f9a9e37a46eee573746d456e1bb4a5b3b50940 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 2 Feb 2022 14:32:29 +0000 Subject: [PATCH 1/2] Update clickhouse-keeper.md fix the run command and add example --- docs/en/operations/clickhouse-keeper.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en/operations/clickhouse-keeper.md b/docs/en/operations/clickhouse-keeper.md index fcfc675f9d7..48eb590aca2 100644 --- a/docs/en/operations/clickhouse-keeper.md +++ b/docs/en/operations/clickhouse-keeper.md @@ -108,7 +108,8 @@ Examples of configuration for quorum with three nodes can be found in [integrati ClickHouse Keeper is bundled into the ClickHouse server package, just add configuration of `` and start ClickHouse server as always. If you want to run standalone ClickHouse Keeper you can start it in a similar way with: ```bash -clickhouse-keeper --config /etc/your_path_to_config/config.xml --daemon +clickhouse keeper --config /etc/your_path_to_config/config.xml --daemon +example: clickhouse keeper --config /etc/clickhouse-server/config.d/keeper_config.xml ``` ## Four Letter Word Commands {#four-letter-word-commands} From 542889d627793dd9e1043417b4dc5f74e15b049d Mon Sep 17 00:00:00 2001 From: alesapin Date: Mon, 7 Feb 2022 13:01:42 +0300 Subject: [PATCH 2/2] Update clickhouse-keeper.md --- docs/en/operations/clickhouse-keeper.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/en/operations/clickhouse-keeper.md b/docs/en/operations/clickhouse-keeper.md index 48eb590aca2..35ec5d858f5 100644 --- a/docs/en/operations/clickhouse-keeper.md +++ b/docs/en/operations/clickhouse-keeper.md @@ -108,8 +108,13 @@ Examples of configuration for quorum with three nodes can be found in [integrati ClickHouse Keeper is bundled into the ClickHouse server package, just add configuration of `` and start ClickHouse server as always. If you want to run standalone ClickHouse Keeper you can start it in a similar way with: ```bash -clickhouse keeper --config /etc/your_path_to_config/config.xml --daemon -example: clickhouse keeper --config /etc/clickhouse-server/config.d/keeper_config.xml +clickhouse-keeper --config /etc/your_path_to_config/config.xml +``` + +If you don't have the symlink (`clickhouse-keeper`) you can create it or specify `keeper` as argument: + +```bash +clickhouse keeper --config /etc/your_path_to_config/config.xml ``` ## Four Letter Word Commands {#four-letter-word-commands}