Skip to content

Restore migration 20240829160537

Krasimir Angelov requested to merge ka/fix-after-168420 into master

What does this MR do and why?

db/post_migrate/20240829160537_queue_backfill_p_ci_runner_machine_builds_project_id.rb which was introduced in 17.4 to enqueue background migration was made no-op with !168420 (merged), where the background migration is re-enqueued only for GitLab.com. Self-managed instances that skip 17.4 (e.g. jump from required stop to required stop) will not have this migration enqueued.

This MR restores the original migration.

See !168420 (comment 2156576922).

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports

Loading