From 97a49fc5a2b52998fc5e6e64601fd20a4569e800 Mon Sep 17 00:00:00 2001 From: Xiaozhen Liu <82579298+Liuxiaozhen12@users.noreply.github.com> Date: Fri, 16 Apr 2021 19:44:51 +0800 Subject: [PATCH 1/4] Update quick-start-with-tidb.md Add the Note translation --- quick-start-with-tidb.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/quick-start-with-tidb.md b/quick-start-with-tidb.md index 783a54861c79b..744ba29c268de 100644 --- a/quick-start-with-tidb.md +++ b/quick-start-with-tidb.md @@ -73,6 +73,11 @@ As a distributed system, a basic TiDB test cluster usually consists of 2 TiDB in To view the dashboard: http://127.0.0.1:2379/dashboard To view the monitor: http://127.0.0.1:9090 ``` + + > **Note:** + > + > For the playground operated in this way, after the test is finished, TiUP will clean up the original cluster data. You will get a new cluster after running the command. + > If you want the data to be persisted on storage,run `tiup --tag playground ...`. For details, refer to [TiUP Reference Guide](/tiup/tiup-reference.md#-t---tag-string). 4. Start a new session to access TiDB: From ecb148d9945cd873122317001db51fcdbf566189 Mon Sep 17 00:00:00 2001 From: Xiaozhen Liu <82579298+Liuxiaozhen12@users.noreply.github.com> Date: Fri, 16 Apr 2021 19:44:51 +0800 Subject: [PATCH 2/4] Update quick-start-with-tidb.md Add the Note translation --- quick-start-with-tidb.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/quick-start-with-tidb.md b/quick-start-with-tidb.md index 783a54861c79b..744ba29c268de 100644 --- a/quick-start-with-tidb.md +++ b/quick-start-with-tidb.md @@ -73,6 +73,11 @@ As a distributed system, a basic TiDB test cluster usually consists of 2 TiDB in To view the dashboard: http://127.0.0.1:2379/dashboard To view the monitor: http://127.0.0.1:9090 ``` + + > **Note:** + > + > For the playground operated in this way, after the test is finished, TiUP will clean up the original cluster data. You will get a new cluster after running the command. + > If you want the data to be persisted on storage,run `tiup --tag playground ...`. For details, refer to [TiUP Reference Guide](/tiup/tiup-reference.md#-t---tag-string). 4. Start a new session to access TiDB: From 0adfcf06c12a6b403a01c21ed65e1f87b9e49177 Mon Sep 17 00:00:00 2001 From: Xiaozhen Liu <82579298+Liuxiaozhen12@users.noreply.github.com> Date: Mon, 19 Apr 2021 14:53:28 +0800 Subject: [PATCH 3/4] Update quick-start-with-tidb.md Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com> --- quick-start-with-tidb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quick-start-with-tidb.md b/quick-start-with-tidb.md index 744ba29c268de..a77ef202324ab 100644 --- a/quick-start-with-tidb.md +++ b/quick-start-with-tidb.md @@ -77,7 +77,7 @@ As a distributed system, a basic TiDB test cluster usually consists of 2 TiDB in > **Note:** > > For the playground operated in this way, after the test is finished, TiUP will clean up the original cluster data. You will get a new cluster after running the command. - > If you want the data to be persisted on storage,run `tiup --tag playground ...`. For details, refer to [TiUP Reference Guide](/tiup/tiup-reference.md#-t---tag-string). + > If you want the data to be persisted on storage,run `tiup --tag playground ...`. For details, refer to [TiUP Reference Guide](/tiup/tiup-reference.md#-t---tag). 4. Start a new session to access TiDB: From 4dccc5d4d4f4eb0cf6c1e0bbb9eb950cf983d0ca Mon Sep 17 00:00:00 2001 From: Xiaozhen Liu <82579298+Liuxiaozhen12@users.noreply.github.com> Date: Mon, 19 Apr 2021 15:44:02 +0800 Subject: [PATCH 4/4] Update quick-start-with-tidb.md Co-authored-by: Coco Yee <40977455+yikeke@users.noreply.github.com> --- quick-start-with-tidb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quick-start-with-tidb.md b/quick-start-with-tidb.md index a77ef202324ab..bb033e591c986 100644 --- a/quick-start-with-tidb.md +++ b/quick-start-with-tidb.md @@ -76,7 +76,7 @@ As a distributed system, a basic TiDB test cluster usually consists of 2 TiDB in > **Note:** > - > For the playground operated in this way, after the test is finished, TiUP will clean up the original cluster data. You will get a new cluster after running the command. + > For the playground operated in this way, after the test is finished, TiUP will clean up the original cluster data. You will get a new cluster after re-running the command. > If you want the data to be persisted on storage,run `tiup --tag playground ...`. For details, refer to [TiUP Reference Guide](/tiup/tiup-reference.md#-t---tag). 4. Start a new session to access TiDB: