Skip to content

Finalize namespace_id backfilling on issues table

What does this MR do and why?

This MR finalizes a batched migration introduced in ~15.4 in !91921 (merged) also changes the FK to cascade delete and introduces not null constraint on issues#namespace_id column.

The migration has been checked as successfully completed on .com DB

The migration ran for ~30 days on .com While the migration was running in %15.6 we introduced a retry mechanism for the batches !101550 (merged)

This migration will check the status of the original migration and if needed run the remaining jobs inline.

Updated version specific upgrading instructions docs for 15.7.0 to ensure that batched migration on issues table introduced in 15.4.0 finished, before upgrading to 15.7.0

re #367834 (closed)

Screenshots or screen recordings

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

How to set up and validate locally

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

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Alexandru Croitor

Merge request reports