summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-08-15 16:48:40 +0900
committerShinya Maeda <shinya@gitlab.com>2018-08-15 16:48:40 +0900
commit98a9164d3fc3cb8ed61e261015033a23800251b1 (patch)
tree765e6b5dbe0c4e105eb75cf4af9c11c90ef0535c
parentf4c3511b331df9b645328d94b96488bd473f048b (diff)
downloadgitlab-ce-add-rake-command-to-migrate-locally-persisted-archived-traces.tar.gz
-rw-r--r--doc/administration/job_traces.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/administration/job_traces.md b/doc/administration/job_traces.md
index 7dc2e4554c6..6e2f67f61bc 100644
--- a/doc/administration/job_traces.md
+++ b/doc/administration/job_traces.md
@@ -61,9 +61,9 @@ See "Phase 4: uploading" in [Data flow](#data-flow) to learn about the process.
## How to archive legacy job trace files
-Legacy job traces, which were created before GitLab 10.5, were not archived.
-It's same state with the "2: overwriting" in the above [Data flow](#data-flow).
-To archive those legacy job traces, please follow this instruction.
+Legacy job traces, which were created before GitLab 10.5, were not archived regularly.
+It's the same state with the "2: overwriting" in the above [Data flow](#data-flow).
+To archive those legacy job traces, please follow the instruction below.
1. Execute the following command
@@ -88,7 +88,7 @@ To archive those legacy job traces, please follow this instruction.
## How to migrate archived job traces to object storage
-If traces were archived to local storage, and you want to migrate such traces to object storage, please follow this instruction.
+If job traces have already been archived into local storage, and you want to migrate those traces to object storage, please follow the instruction below.
1. Ensure [Object storage integration for Job Artifacts](job_artifacts.md#object-storage-settings) is enabled
1. Execute the following command