Skip to content

Update db:migrate-from-previous-major-version

Matthias Käppler requested to merge 337620-update-upgrade-test into master

What does this MR do?

Related to #337620 (closed)

In db:migrate-from-previous-major-version we verify that database migrations between major GitLab versions apply cleanly.

We've been on 14.x for a while now, so we were now testing the 12.x -> 14.x path i.e. two major version upgrades.

This MR updates this job to test 13.x -> 14.x instead.

This should also help us fix a problem with a Ruby 3 incompatibility related to an old version of asana that was on the 12.x path.

Does this MR meet the acceptance criteria?

Conformity

Edited by Matthias Käppler

Merge request reports