Skip to content

There should be a way to apply automated database migrations #21

@kmanning

Description

@kmanning
  • It seems like it would make sense for migrations to live in the database pipeline (migrations = schema changes)
  • If the above statement is true, it seems like there should be a way to include such a step in the TerraformEnvironmentStage
  • I don't think we should dictate what tools are used to handle migration. Some options:
  • Just like everything else is intended to be pluggable, it seems like the migration stage should be pluggable with various implementations. And maybe we offer a few default implementations (java/ruby), while still allowing someone to specify their own implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions