Skip to content

Add rake command to migrate archived traces from local storage to object storage

What does this MR do?

This MR adds gitlab:traces:migrate rake task to migrate archived traces from local storage to object storage. If users didn't use the object storage integration from the beginning, job traces were archived but stored in local storage. Currently, there are no ways to migrate such archived-but-locally-persisted traces.

What are the relevant issue numbers?

Close https://gitlab.com/gitlab-org/gitlab-ce/issues/50232

Does this MR meet the acceptance criteria?

Edited by Shinya Maeda

Merge request reports