Skip to content

Commit daef5b0

Browse files
authored
chore: include clickhouse-coordinator in the development locally section (#10535)
1 parent d5d0882 commit daef5b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contents/handbook/engineering/developing-locally.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,11 @@ Alternatively, if you'd prefer not to use [Flox-based instant setup](#instant-se
128128
129129
In this step we will start all the external services needed by PostHog to work.
130130
131-
First, append line `127.0.0.1 kafka clickhouse` to `/etc/hosts`. Our ClickHouse and Kafka data services won't be able to talk to each other without these mapped hosts.
131+
First, append line `127.0.0.1 kafka clickhouse clickhouse-coordinator` to `/etc/hosts`. Our ClickHouse and Kafka data services won't be able to talk to each other without these mapped hosts.
132132
You can do this in one line with:
133133

134134
```bash
135-
echo '127.0.0.1 kafka clickhouse' | sudo tee -a /etc/hosts
135+
echo '127.0.0.1 kafka clickhouse clickhouse-coordinator' | sudo tee -a /etc/hosts
136136
```
137137

138138
> If you are using a newer (>=4.1) version of Podman instead of Docker, the host machine's `/etc/hosts` is used as the base hosts file for containers by default, instead of container's `/etc/hosts` like in Docker. This can make hostname resolution fail in the ClickHouse container, and can be mended by setting `base_hosts_file="none"` in [`containers.conf`](https://github.com/containers/common/blob/main/docs/containers.conf.5.md#containers-table).

0 commit comments

Comments
 (0)