Skip to content

Commit 25092f4

Browse files
authored
tidb-lightning: add deprecation notice to Web Interface page (#22731) (#22767)
1 parent c225cb2 commit 25092f4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tidb-lightning/tidb-lightning-web-interface.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ summary: Control TiDB Lightning through the web interface.
55

66
# TiDB Lightning Web Interface
77

8+
> **Warning:**
9+
>
10+
> Starting from v8.5.6, the TiDB Lightning Web Interface is deprecated and will be removed in v8.5.7. The web UI build has been broken since v8.4.0. Use the [`tidb-lightning` CLI](/tidb-lightning/tidb-lightning-overview.md) or the [`IMPORT INTO`](/sql-statements/sql-statement-import-into.md) statement instead. If this affects your workflow, comment on [#67697](https://github.com/pingcap/tidb/issues/67697).
11+
812
TiDB Lightning provides a webpage for viewing the import progress and performing some simple task management. This is called the *server mode*.
913

1014
To enable server mode, either start `tidb-lightning` with the `--server-mode` flag

0 commit comments

Comments
 (0)