From 5b79f13e555ffa40ac5aea9c5e8dece770b317f9 Mon Sep 17 00:00:00 2001 From: Maicon Berlofa Date: Tue, 7 Jul 2026 09:13:24 -0300 Subject: [PATCH 1/2] docs(appwrite): sync 1.9.5 defaults --- src/pages/docs/charts/appwrite.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/docs/charts/appwrite.mdx b/src/pages/docs/charts/appwrite.mdx index e2e55cd9..351b89a5 100644 --- a/src/pages/docs/charts/appwrite.mdx +++ b/src/pages/docs/charts/appwrite.mdx @@ -22,7 +22,7 @@ multi-workload chart (~20 Kubernetes Deployments) with bundled MariaDB and Redis ## Key Features -- **Full Appwrite stack** — API, Console v7.5.7, Realtime WebSocket, 12 workers, schedulers, maintenance +- **Full Appwrite stack** — API, Console v8.7.5, Realtime WebSocket, 12 workers, schedulers, maintenance - **~20 Kubernetes workloads** — each component runs independently and scales separately - **MariaDB + Redis** — bundled subcharts or external connections - **Shared PVCs** — uploads, cache, certificates, functions, builds, and sites shared across pods @@ -249,9 +249,9 @@ ingress: | Parameter | Type | Default | Description | | -------------------------- | ------ | ----------------------------- | ---------------------- | | `image.repository` | string | `docker.io/appwrite/appwrite` | Appwrite server image. | -| `image.tag` | string | `"1.8.1"` | Appwrite image tag. | +| `image.tag` | string | `"1.9.5"` | Appwrite image tag. | | `console.image.repository` | string | `docker.io/appwrite/console` | Console image. | -| `console.image.tag` | string | `"7.5.7"` | Console image tag. | +| `console.image.tag` | string | `"8.7.5"` | Console image tag. | ### Appwrite Configuration From bf3e1cee7a195383daa166784ab9e9c9e3eaf28f Mon Sep 17 00:00:00 2001 From: Maicon Berlofa Date: Tue, 7 Jul 2026 18:53:04 -0300 Subject: [PATCH 2/2] docs(appwrite): document migration step --- src/pages/docs/charts/appwrite.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/pages/docs/charts/appwrite.mdx b/src/pages/docs/charts/appwrite.mdx index 351b89a5..2f949584 100644 --- a/src/pages/docs/charts/appwrite.mdx +++ b/src/pages/docs/charts/appwrite.mdx @@ -234,6 +234,15 @@ ingress: +## Upgrade Notes + + + Appwrite 1.9.5 requires the upstream migration step even when upgrading from Appwrite 1.9.0. After `helm + upgrade`, run the Appwrite migrate command against an Appwrite API pod before returning production traffic to the + release, for example `kubectl exec deploy/-appwrite-api -- appwrite migrate` adjusted to your release name + and namespace. + + ## Configuration Reference ### Core