Re-queue BackfillUserGroupMemberRoles
What does this MR do and why?
- Follows from a background migration created in !200163 (merged)
- The background migration failed for some records for two reasons
- The
user_idwas null, which is the case formembersthat have been invited but have not accepted the invite - We have duplicate records for
user, sourcein thememberstable because we don't have a unique index on them. I checked the records manually in the database and they have exactly the same data.
- The
- This MR fixes both the issue and re-queues the migration
How to set up and validate locally
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #520189 (closed)
Edited by Hinam Mehra