*: remove TiDB Lightning web interface#23095
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Code Review
This pull request removes all references to the deprecated TiDB Lightning Web Interface across the documentation, reflecting its removal in version 8.5.7, and updates instructions to use the command-line interface, HTTP API, or the IMPORT INTO statement instead. The review feedback is highly constructive and focuses on aligning the updated text with the repository style guide, specifically recommending sentence case for headings, avoiding passive voice, using the second person ("you"), and correcting grammatical and version formatting issues.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
@D3Hunter: adding LGTM is restricted to approvers and reviewers in OWNERS files. DetailsIn response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
| > Starting from TiDB v8.5.7, TiDB Lightning no longer supports the web interface. | ||
|
|
||
| TiDB Lightning provides a webpage for viewing the import progress and performing some simple task management. This is called the *server mode*. | ||
| To import data with TiDB Lightning, run `tidb-lightning` from the command line. |
There was a problem hiding this comment.
Could we mention tidb-lightning-ctl here too? The deprecation plan names both CLI tools as immediate alternatives, and tidb-lightning-ctl helps with checkpoint and troubleshooting operations.
| To import data with TiDB Lightning, run `tidb-lightning` from the command line. | |
| To import data with TiDB Lightning, use the TiDB Lightning command-line tools: `tidb-lightning` for import tasks and `tidb-lightning-ctl` for checkpoint and troubleshooting operations. |
What is changed, added or deleted? (Required)
This PR updates TiDB Lightning documentation after the TiDB Lightning Web Interface code was removed.
Changes include:
Validation:
./scripts/markdownlint <changed files>./scripts/verify-links.sh <changed files>git diff --checkWhich TiDB version(s) do your changes apply to? (Required)
Tips for choosing the affected version(s):
By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.
For details, see tips for choosing the affected versions.
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?