What is TiUP
tiup is a tool to download and install TiDB components.
Installation
curl --proto '=https' --tlsv1.2 -sSf https://tiup-mirrors.pingcap.com/install.sh | shQuick start
Run playground
tiup playgroundInstall components
tiup install tidb tikv pdUninstall components
tiup uninstall tidb tikv pdUpdate components
tiup update --allUsage
After installing tiup, you can use it to install binaries of TiDB components and create clusters.
See our doc for more information on how to use TiUp.
Contributing to TiUp
Contributions of code, tests, docs, and bug reports are welcome! To get started take a look at our open issues.
For docs on how to build, test, and run TiUp, see our dev docs.
See also the Contribution Guide in PingCAP's community repo.