Skip to content

Migrate old traces and artifacts

Kamil Trzcińśki requested to merge migrate-old-traces-and-artifacts-mysql into master

What does this MR do?

It does migrate artifacts to the single unique path and stores that information in the database.

Migrates the data to remove the need of having hotfix: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2224.

It makes it possible to remove artifacts and traces with:

rm -rf artifacts/year_month/project_id/
rm -rf builds/year_month/project_id/

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/32036

Edited by Kamil Trzcińśki

Merge request reports