> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# Migrating Midaz via Helm

> Plan migrations between major Midaz Helm chart versions — pick the right upgrade path, review breaking changes, and prepare data and configuration first.

This section covers migrating between major versions of the Midaz Helm chart, including breaking changes, migration steps, and configuration mapping.

## Migration paths

***

| From | To   | Guide                                                                 |
| ---- | ---- | --------------------------------------------------------------------- |
| v4.x | v5.x | [Migrate v4.x → v5.x](/en/platform/helm/midaz/midaz-migrate-v4-to-v5) |
| v3.x | v4.x | [Migrate v3.x → v4.x](/en/platform/helm/midaz/midaz-migrate-v3-to-v4) |
| v3.x | v5.x | [Migrate v3.x → v5.x](/en/platform/helm/midaz/midaz-migrate-v3-to-v5) |

<Warning>
  **These paths stop at v5.x.** The current chart line is **v8.x**, and the hops
  beyond v5 carry their own breaking changes — most notably **v7.0.0** (the
  `onboarding` and `transaction` services were removed; everything runs in
  `ledger`) and **v8.4.0** (the `otel-collector-lerian` subchart is no longer
  installed and its schema now rejects legacy keys). Those hops are not yet
  covered by a page here; read the chart's own upgrade notes at
  [`charts/midaz/docs/`](https://github.com/LerianStudio/helm/tree/main/charts/midaz/docs)
  (`UPGRADE-7.0.md`, `UPGRADE-8.x.md`) before going past v5.x, and see
  [Upgrade guide](/en/platform/helm/midaz/midaz-upgrade-guide) for the current
  upgrade procedure.
</Warning>

## Which path should I choose?

***

* **v4.x → v5.x**: Most common. Introduces the unified Ledger service and CRM integration.
* **v3.x → v4.x**: RabbitMQ dependency change (Bitnami → Groundhog2k) and BitnamiSecure images.
* **v3.x → v5.x**: Direct jump that addresses both v4.x and v5.x breaking changes in a single upgrade.

<Tip>
  For routine upgrades within the same major version, see [Upgrading Midaz Helm](/en/platform/helm/midaz/midaz-upgrading-overview).
</Tip>
