Skip to content

Commit

Permalink
Update a link in TiDB Lightning data sources (pingcap#18927)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilin90 authored Sep 18, 2024
1 parent f6ef460 commit 7071b84
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 @@ -12,7 +12,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/dev/backup-and-restore-storages#uri-format.
data-source-dir = "/data/my_database"
```

Expand Down

0 comments on commit 7071b84

Please sign in to comment.