Skip to content

Commit 07ca2d2

Browse files
committed
docs: restructure self-hosting kubernetes guide into evaluation and production paths
1 parent 8f66af6 commit 07ca2d2

2 files changed

Lines changed: 262 additions & 277 deletions

File tree

docs/self-hosting/docker.mdx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -365,12 +365,10 @@ We patch the latest released version line only, so keep an eye on new releases t
365365
You can also lock the versions of the bundled services, for example with `CLICKHOUSE_IMAGE_TAG`. If you do, or if you bring your own ClickHouse via `CLICKHOUSE_URL`, note that Trigger.dev requires ClickHouse 25.8 or newer.
366366
367367
<Note>
368-
The bundled ClickHouse now uses the official `clickhouse/clickhouse-server` image. Your existing
369-
data volume carries over automatically. If you previously pinned `CLICKHOUSE_IMAGE_TAG` to a
370-
Bitnami tag (for example `25.7.5-debian-12-r0`), update it to an official image tag such as
371-
`26.2` — Bitnami tags don't exist in the official repository. Note the switch is one-way: the
372-
official image takes ownership of the data files, so rolling back to the Bitnami image requires
373-
manually restoring their previous owner (`chown -R 1001:1001` on the volume).
368+
The bundled ClickHouse uses the official `clickhouse/clickhouse-server` image, and your existing
369+
data volume carries over automatically on upgrade. If you pinned `CLICKHOUSE_IMAGE_TAG` to a
370+
Bitnami tag, switch it to an official tag (for example `26.2`) — Bitnami tags don't exist in the
371+
official repository.
374372
</Note>
375373
376374
<Note>

0 commit comments

Comments
 (0)