Skip to content

add a script to test stable -> stable -> mainline migrations #13008

Closed
@johnstcn

Description

@johnstcn

Came up during an ad-hoc retrospective after backported feature was dropped due to requiring database migrations.

Write a script that will perform the following steps:

  • Stand up a test database
  • Migrate to "old stable" and dump
  • Migrate to "new stable" and dump
  • Migrate to "mainline" and dump

In each step, assert that the schema is as expected for each individual version.

Activity

self-assigned this
on Apr 19, 2024
added
must-doIssues that must be completed by the end of the Sprint. Or else. Only humans may set this.
on Apr 19, 2024
added
must-doIssues that must be completed by the end of the Sprint. Or else. Only humans may set this.
and removed
must-doIssues that must be completed by the end of the Sprint. Or else. Only humans may set this.
on Apr 19, 2024
johnstcn

johnstcn commented on Apr 24, 2024

@johnstcn
MemberAuthor

Fixed by #13037 and #13051

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bug riskProne to bugsmust-doIssues that must be completed by the end of the Sprint. Or else. Only humans may set this.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    add a script to test stable -> stable -> mainline migrations · Issue #13008 · coder/coder