test(db): run the startup migration chain against PostgreSQL in CI #7
Reference in New Issue
Block a user
Delete Branch "benvin/ci-postgres-migration-chain"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Every PostgreSQL test carries Category=RequiresDocker and the pipeline filters that category out, so the provider production runs on was never exercised and two upgrade-path bugs reached it in a row. Nothing covered the whole startup sequence either, with code and schema migrations interleaved the way the migration service orders them.
Stacked on #6; merge that first.