Skip to content

Reschedules migration for uuid recalculation

Subashis Chakraborty requested to merge 335022-reschedule-uuidv5-migration into master

What does this MR do?

This MR is rescheduling RecalculateVulnerabilitiesOccurrencesUuid background migration since we've discovered a major issue with the UUID calculation in the previous version of the migration class. The background migration is fixed as part of !67578 (merged), Thanks @minac.

Same migration ran twice before, !60540 (merged) and !47529 (merged).

Migrations:

Up

== 20210813195518 ScheduleRecalculateUuidOnVulnerabilitiesOccurrences3: migrating 
-- Scheduling RecalculateVulnerabilitiesOccurrencesUuid jobs
-- Scheduled 1 RecalculateVulnerabilitiesOccurrencesUuid jobs with a maximum of 2500 records per batch and an interval of 120 seconds.

The migration is expected to take at least 120 seconds. Expect all jobs to have completed after 2021-08-16 21:22:54 UTC."
== 20210813195518 ScheduleRecalculateUuidOnVulnerabilitiesOccurrences3: migrated (0.0641s)

Down

== 20210813195518 ScheduleRecalculateUuidOnVulnerabilitiesOccurrences3: reverting 
== 20210813195518 ScheduleRecalculateUuidOnVulnerabilitiesOccurrences3: reverted (0.0000s)  

Related to #335022 (closed)

Edited by Subashis Chakraborty

Merge request reports