Skip to content

Commit

Permalink
dumpling-overview: Add info about how to install with TiUP (#5350)
Browse files Browse the repository at this point in the history
* dumpling-overview: Add info about how to install with TiUP

Currently we point users to: https://docs.pingcap.com/tidb/stable/download-ecosystem-tools#dumpling

However for this the user needs to:
- Figure out what version he/she wants to download
- Then based on that construct the URL
- Download the file
- Extract/install dumpling

TiUP is making this easier, so best to use that instead. This is also
more consistent with other tools.

* Update dumpling-overview.md

Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>

Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
  • Loading branch information
dveeden and TomShawn authored May 12, 2021
1 parent 0c3781d commit 449b0fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dumpling-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ For detailed usage of Dumpling, use the `--help` option or refer to [Option list

When using Dumpling, you need to execute the export command on a running cluster. This document assumes that there is a TiDB instance on the `127.0.0.1:4000` host and that this TiDB instance has a root user without a password.

Dumpling is included in the tidb-toolkit installation package and can be [download here](/download-ecosystem-tools.md#dumpling).
You can get Dumpling using [TiUP](/tiup/tiup-overview.md) by running `tiup install dumpling`. Afterwards, you can use `tiup dumpling ...` to run Dumpling.

Dumpling is also included in the tidb-toolkit installation package and can be [download here](/download-ecosystem-tools.md#dumpling).

## Export data from TiDB/MySQL

Expand Down

0 comments on commit 449b0fd

Please sign in to comment.