Currently, migrations are run as a job in the Stellar Horizon chart, see https://github.com/satoshipay/stellar-helm-charts/blob/539fa9624783efbc391a266cfa3e1a7afc1d25fd/stellar-horizon/templates/job-migrate.yaml#L25. It might make sense to also use an init container for this, see #1 and #2. @todkap Do you think an init container or a job is better suited for this?