Skip to content

pingcap/tiup

Folders and files

NameName
Last commit message
Last commit date
Jan 20, 2025
Feb 10, 2025
Feb 10, 2025
Feb 10, 2025
Oct 16, 2024
Feb 10, 2025
Feb 18, 2025
Feb 10, 2025
Feb 10, 2025
Nov 17, 2023
Oct 13, 2022
Sep 22, 2020
Feb 10, 2025
Mar 28, 2022
Jan 19, 2020
Aug 16, 2023
Jul 1, 2024
Jun 20, 2022
Jul 23, 2021
Mar 13, 2020
Dec 29, 2021
Feb 10, 2025
Feb 10, 2025
Feb 10, 2025
Jun 1, 2020
Jun 6, 2020

Repository files navigation

LICENSE Language Go Report Card Coverage Status FOSSA Status

What is TiUP

tiup is a tool to download and install TiDB components.

Documentation

Blog

Installation

curl --proto '=https' --tlsv1.2 -sSf https://tiup-mirrors.pingcap.com/install.sh | sh

Quick start

Run playground

tiup playground

Install components

tiup install tidb tikv pd

Uninstall components

tiup uninstall tidb tikv pd

Update components

tiup update --all

Usage

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.

License

FOSSA Status