Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/administration/job_artifacts.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/administration/job_artifacts.md b/doc/administration/job_artifacts.md
index 33f8a69c249..082527e21b6 100644
--- a/doc/administration/job_artifacts.md
+++ b/doc/administration/job_artifacts.md
@@ -92,6 +92,17 @@ AWS S3 to store the artifacts.
[Learn how to use the object storage option.][ee-os]
+### Migrate legacy traces
+
+> Introduced in GitLab 10.5.
+
+From 10.5, each job trace is stored as an artifact. This gives us a lot of
+flexibility, such as uploading traces to ObjectStorage.
+
+Although, legacy traces which had been generated before 10.5 are still
+stored as non-artifact files. To turn those legacy trace files into artifacts,
+run `gitlab-rake gitlab:artifacts:migrate['.']`.
+
## Expiring artifacts
If an expiry date is used for the artifacts, they are marked for deletion