From 2960a0420b936ef5c7c7d12eb5b4f768bfd23cd2 Mon Sep 17 00:00:00 2001 From: nellicus Date: Fri, 12 May 2023 17:58:41 +0200 Subject: [PATCH 1/2] strongly recommend ded keeper in prod --- docs/en/getting-started/install.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/en/getting-started/install.md b/docs/en/getting-started/install.md index 308e3197ad7f..484ccf364f12 100644 --- a/docs/en/getting-started/install.md +++ b/docs/en/getting-started/install.md @@ -143,8 +143,9 @@ You can also download and install packages manually from [here](https://packages #### Install standalone ClickHouse Keeper :::tip -If you are going to run ClickHouse Keeper on the same server as ClickHouse server you -do not need to install ClickHouse Keeper as it is included with ClickHouse server. This command is only needed on standalone ClickHouse Keeper servers. +In production environment we [strongly recommend](https://github.com/nellicus/clickhouse-docs/blob/main/docs/en/operations/tips.md#L143-L144) running ClickHouse Keeper on dedicated nodes. +In test environments, if you decide to run ClickHouse Server and ClickHouse Keeper on the same server, you do not need to install ClickHouse Keeper as it is included with ClickHouse server. +This command is only needed on standalone ClickHouse Keeper servers. ::: ```bash @@ -211,8 +212,9 @@ clickhouse-client # or "clickhouse-client --password" if you set up a password. #### Install standalone ClickHouse Keeper :::tip -If you are going to run ClickHouse Keeper on the same server as ClickHouse server you -do not need to install ClickHouse Keeper as it is included with ClickHouse server. This command is only needed on standalone ClickHouse Keeper servers. +In production environment we [strongly recommend](https://github.com/nellicus/clickhouse-docs/blob/main/docs/en/operations/tips.md#L143-L144) running ClickHouse Keeper on dedicated nodes. +In test environments, if you decide to run ClickHouse Server and ClickHouse Keeper on the same server, you do not need to install ClickHouse Keeper as it is included with ClickHouse server. +This command is only needed on standalone ClickHouse Keeper servers. ::: ```bash From 5366da8bcf8be16801bbfc473524882a6f8e2e1f Mon Sep 17 00:00:00 2001 From: nellicus Date: Fri, 12 May 2023 18:07:38 +0200 Subject: [PATCH 2/2] fix links --- docs/en/getting-started/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/getting-started/install.md b/docs/en/getting-started/install.md index 484ccf364f12..3f6c2577c947 100644 --- a/docs/en/getting-started/install.md +++ b/docs/en/getting-started/install.md @@ -143,7 +143,7 @@ You can also download and install packages manually from [here](https://packages #### Install standalone ClickHouse Keeper :::tip -In production environment we [strongly recommend](https://github.com/nellicus/clickhouse-docs/blob/main/docs/en/operations/tips.md#L143-L144) running ClickHouse Keeper on dedicated nodes. +In production environment we [strongly recommend](/docs/en/operations/tips.md#L143-L144) running ClickHouse Keeper on dedicated nodes. In test environments, if you decide to run ClickHouse Server and ClickHouse Keeper on the same server, you do not need to install ClickHouse Keeper as it is included with ClickHouse server. This command is only needed on standalone ClickHouse Keeper servers. ::: @@ -212,7 +212,7 @@ clickhouse-client # or "clickhouse-client --password" if you set up a password. #### Install standalone ClickHouse Keeper :::tip -In production environment we [strongly recommend](https://github.com/nellicus/clickhouse-docs/blob/main/docs/en/operations/tips.md#L143-L144) running ClickHouse Keeper on dedicated nodes. +In production environment we [strongly recommend](/docs/en/operations/tips.md#L143-L144) running ClickHouse Keeper on dedicated nodes. In test environments, if you decide to run ClickHouse Server and ClickHouse Keeper on the same server, you do not need to install ClickHouse Keeper as it is included with ClickHouse server. This command is only needed on standalone ClickHouse Keeper servers. :::