Finalize migration BackfillResourceLinkEvents

Warning

The migration code was not found in the codebase, the finalization cannot complete without it.

Please re-add the background migration code to this merge request and start database testing pipeline

This migration was finished at 2023-05-24 13:02:03 UTC, you can confirm the status using our batched background migration chatops commands. To confirm it is finished you can run:

/chatops run batched_background_migrations status 401

The last time this background migration was triggered was in db/post_migrate/20241202141411_queue_backfill_resource_link_events_namespace_id.rb

You can read more about the process for finalizing batched background migrations in https://docs.gitlab.com/ee/development/database/batched_background_migrations.html .

As part of our process we want to ensure all batched background migrations have had at least one required stop to process the migration. Therefore we can finalize any batched background migration that was added before the last required stop.

This change was generated by gitlab-housekeeper using the Keeps::OverdueFinalizeBackgroundMigration keep.

To provide feedback on your experience with gitlab-housekeeper please create an issue with the label GitLab Housekeeper and consider pinging the author of this keep.

Merge request reports

Loading