-
Notifications
You must be signed in to change notification settings - Fork 711
release-8.5: doc updates for v8.5.6 #22715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
hfxsd
wants to merge
12
commits into
release-8.5
Choose a base branch
from
feature/preview-v8.5.6
base: release-8.5
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+250
−33
Open
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
6419155
Revert "Revert "v8.5.6 dashboard: Add note about prepared statements …
hfxsd 8b98381
Revert "Revert "v8.5.6: system-variables: add doc for `tidb_max_dist_…
hfxsd 15d68d9
Revert "Revert "[v8.5.6] docs: update sync-diff-inspector docs for mo…
hfxsd c343862
resource_control: background control feature GA (#22681) (#22689)
ti-chi-bot d8ed38a
release-8.5: add note about table aliases in FOR UPDATE OF clause (#2…
ti-chi-bot e3f847b
Merge branch 'release-8.5' into feature/preview-v8.5.6
lilin90 5823377
release-8.5: update the default value of tidb_ignore_inlist_plan_dige…
ti-chi-bot 10f0177
sys-var: clarify `tidb_slow_log_rules` syntax/behavior and de-duplica…
ti-chi-bot 2c70e78
Merge branch 'release-8.5' into feature/preview-v8.5.6
qiancai 0ead0d7
Update identify-slow-queries.md
qiancai d3a4be9
Apply suggestions from code review
qiancai 3d994cf
v8.5.6 ticdc: add scheduler configuration recommendations for table s…
ti-chi-bot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -7,11 +7,11 @@ summary: Download the most officially maintained versions of TiDB tools. | |||||
|
|
||||||
| This document describes how to download the TiDB Toolkit. | ||||||
|
|
||||||
| TiDB Toolkit contains frequently used TiDB tools, such as data export tool Dumpling, data import tool TiDB Lightning, and backup and restore tool BR. | ||||||
| TiDB Toolkit contains frequently used tools, such as Dumpling (data export), TiDB Lightning (data import), BR (backup and restore), and sync-diff-inspector (data consistency check). | ||||||
|
|
||||||
| > **Tip:** | ||||||
| > | ||||||
| > - 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. | ||||||
| > - For TiDB v8.5.6 and later, most tools, including sync-diff-inspector, are directly available through TiUP. If your deployment environment has internet access, you can deploy a tool using a single [TiUP command](/tiup/tiup-component-management.md) without downloading the TiDB Toolkit separately. | ||||||
| > - 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). | ||||||
|
|
||||||
| ## Environment requirements | ||||||
|
|
@@ -45,7 +45,7 @@ Depending on which tools you want to use, you can install the corresponding offl | |||||
| | [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` | | ||||||
| | [TiCDC](/ticdc/ticdc-overview.md) | `cdc-{version}-linux-{arch}.tar.gz` | | ||||||
| | [Backup & Restore (BR)](/br/backup-and-restore-overview.md) | `br-{version}-linux-{arch}.tar.gz` | | ||||||
| | [sync-diff-inspector](/sync-diff-inspector/sync-diff-inspector-overview.md) | `sync_diff_inspector` | | ||||||
| | [sync-diff-inspector](/sync-diff-inspector/sync-diff-inspector-overview.md) | For TiDB v8.5.6 and later: `tiflow-{version}-linux-{arch}.tar.gz` <br/>For versions before v8.5.6: `sync_diff_inspector` | | ||||||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| | [PD Recover](/pd-recover.md) | `pd-recover-{version}-linux-{arch}.tar` | | ||||||
|
|
||||||
| > **Note:** | ||||||
|
|
||||||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.