For all new installs please refer to the charts-clickhouse repository, which contains instructions on how to deploy ClickHouse-backed PostHog.
The last version of PostHog supported with this chart is 1.30.0.
This repository contains Helm charts for PostHog backed by Postgres.
helm repo add posthog https://posthog.github.io/charts/
helm repo update
helm install posthog posthog/posthog
NOTE: If Helm hangs while installing this chart, try increasing the memory of your nodes.
As a baseline we suggest having at least 4 GB of memory per node.
We have an action to create new releases automatically. On pushes to master
, it checks that the version was bumped and then:
- Creates a GitHub release from the tag
- Pushes a new release to https://posthog.github.io/charts/
If the bot fails to create a release, take a look at the upstream action repo to see if there were any breaking changes.