Skip to content

Smityz/tiup

This branch is 5 commits ahead of, 101 commits behind pingcap/tiup:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 17, 2023
5db2cdb · Dec 17, 2023
Nov 17, 2023
Nov 10, 2023
Nov 30, 2023
Nov 17, 2023
Sep 14, 2022
Nov 8, 2023
Dec 17, 2023
Mar 27, 2023
Aug 8, 2023
Nov 17, 2023
Oct 13, 2022
Sep 22, 2020
Nov 17, 2023
Mar 28, 2022
Jan 19, 2020
Aug 16, 2023
May 16, 2023
Jun 20, 2022
Jul 23, 2021
Mar 13, 2020
Dec 29, 2021
Nov 9, 2023
Nov 9, 2023
Nov 5, 2023
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

About

A component manager for TiDB

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 93.5%
  • Shell 3.9%
  • Smarty 1.7%
  • Other 0.9%