Skip to content

Commit bca237c

Browse files
author
github-actions
committed
update MD by dispatch event pingcap/docs master
1 parent bdbd0eb commit bca237c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

markdown-pages/en/tidb/master/download-ecosystem-tools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ TiDB Toolkit contains frequently used TiDB tools, such as data export tool Dumpl
1212

1313
> **Tip:**
1414
>
15-
> - For TiDB v9.0.0 and later versions, most tools, including sync-diff-inspector, are directly available through TiUP. If your deployment environment has internet access, you can deploy a TiDB tool using a single [TiUP command](/tiup/tiup-component-management.md), so there is no need to download the TiDB Toolkit separately.
15+
> - For TiDB v8.5.6 and later versions, most tools, including sync-diff-inspector, are directly available through TiUP. If your deployment environment has internet access, you can deploy a TiDB tool using a single [TiUP command](/tiup/tiup-component-management.md), so there is no need to download the TiDB Toolkit separately.
1616
> - If you need to deploy and maintain TiDB on Kubernetes, instead of downloading the TiDB Toolkit, follow the steps in [TiDB Operator offline installation](https://docs.pingcap.com/tidb-in-kubernetes/stable/deploy-tidb-operator#offline-installation).
1717
1818
## Environment requirements
@@ -46,7 +46,7 @@ Depending on which tools you want to use, you can install the corresponding offl
4646
| [TiDB Data Migration (DM)](/dm/dm-overview.md) | `dm-worker-{version}-linux-{arch}.tar.gz` <br/>`dm-master-{version}-linux-{arch}.tar.gz` <br/>`dmctl-{version}-linux-{arch}.tar.gz` |
4747
| [TiCDC](/ticdc/ticdc-overview.md) | `cdc-{version}-linux-{arch}.tar.gz` |
4848
| [Backup & Restore (BR)](/br/backup-and-restore-overview.md) | `br-{version}-linux-{arch}.tar.gz` |
49-
| [sync-diff-inspector](/sync-diff-inspector/sync-diff-inspector-overview.md) | For TiDB v9.0.0 and later versions: `tiflow-{version}-linux-{arch}.tar.gz` <br/>For TiDB versions before v9.0.0: `sync_diff_inspector` |
49+
| [sync-diff-inspector](/sync-diff-inspector/sync-diff-inspector-overview.md) | For TiDB v8.5.6 and later versions: `tiflow-{version}-linux-{arch}.tar.gz` <br/>For TiDB versions before v8.5.6: `sync_diff_inspector` |
5050
| [PD Recover](/pd-recover.md) | `pd-recover-{version}-linux-{arch}.tar` |
5151

5252
> **Note:**

markdown-pages/en/tidb/master/sync-diff-inspector/sync-diff-inspector-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This guide introduces the key features of sync-diff-inspector and describes how
2323

2424
The installation method varies depending on your TiDB version:
2525

26-
For TiDB v9.0.0 and later versions:
26+
For TiDB v8.5.6 and later versions:
2727

2828
+ Install using TiUP:
2929

@@ -39,7 +39,7 @@ For TiDB v9.0.0 and later versions:
3939
docker pull pingcap/sync-diff-inspector:latest
4040
```
4141

42-
For TiDB versions before v9.0.0:
42+
For TiDB versions before v8.5.6:
4343

4444
+ Binary package from the legacy [`tidb-tools`](https://github.com/pingcap/tidb-tools) repository. The sync-diff-inspector binary package is included in the TiDB Toolkit. To download the TiDB Toolkit, see [Download TiDB Tools](/download-ecosystem-tools.md).
4545

0 commit comments

Comments
 (0)