Skip to content

Commit

Permalink
Update a link in TiDB Lightning data sources (#18927) (#18930)
Browse files Browse the repository at this point in the history
* Update a link in TiDB Lightning data sources

* Update tidb-lightning/tidb-lightning-data-source.md

---------

Co-authored-by: lilin90 <[email protected]>
  • Loading branch information
ti-chi-bot and lilin90 authored Sep 18, 2024
1 parent 29d283e commit b729334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidb-lightning/tidb-lightning-data-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To specify the data source for TiDB Lightning, use the following configuration:

```toml
[mydumper]
# Local source data directory or the URI of the external storage such as S3. For more information about the URI of the external storage, see https://docs.pingcap.com/tidb/v6.6/backup-and-restore-storages#uri-format.
# Local source data directory or the URI of the external storage such as S3. For more information about the URI of the external storage, see https://docs.pingcap.com/tidb/v8.3/backup-and-restore-storages#uri-format.
data-source-dir = "/data/my_database"
```

Expand Down

0 comments on commit b729334

Please sign in to comment.