Skip to content

Finalize `FixCorruptedScannerIdsOfVulnerabilityReads` migration

What does this MR do and why?

This migration finalizes the background migration added in !148807 (merged)

The Batched Background Migration docs say to finalize a migration when two conditions are met:

  1. The batched background migration is completed on GitLab.com
  2. The batched background migration was added in or before the last required stop

Verify complete on GitLab.com

verified with chatops and details here

/chatops run batched_background_migrations status 1000500 --production

Verify required stop

The migration was was available in v16.11.0-ee

/chatops run release check https://gitlab.com/gitlab-org/gitlab/-/merge_requests/148807

17.0 is a required stop, and we are now on 17.1, so I think we are ok to finalize

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.


resolves: #455800 (closed)
Changelog: removed

Edited by Michael Becker

Merge request reports