Skip to content

Consume remaining LinkLFsObjectsProjects jobs

Patrick Bajao requested to merge 209035-consume-link-lfs-objects-projects into master

What does this MR do?

In 12.9, a background migration to link LFS objects from source to forks has been added.

As part of cleaning up process described in https://docs.gitlab.com/ee/development/background_migrations.html#cleaning-up, to ensure that all jobs ran and records were created, this post deploy migration will run the LinkLfsObjectsProjects background migration job synchronously.

Migration

Output:

== 20200319071702 ConsumeRemainingLinkLfsObjectsProjectsJobs: migrating =======
== 20200319071702 ConsumeRemainingLinkLfsObjectsProjectsJobs: migrated (0.0265s) 

This is just cleaning up the background migration added in !26964 (merged). So the queries are the same but should insert fewer records as the background migration jobs should've ran already at this point.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team

#209035 (closed)

Edited by 🤖 GitLab Bot 🤖

Merge request reports