Skip to content

Use init container for database migration #3

@andrenarchy

Description

@andrenarchy

Currently, migrations are run as a job in the Stellar Horizon chart, see

args: ["horizon", "db", "migrate", "up"]
. 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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions