当前位置:网站首页>Overview of TiUP commands
Overview of TiUP commands
2022-07-30 15:41:00 【Tim's Shop】
TiUP assumes the function of package manager in the TiDB ecosystem, and manages many components in the TiDB ecosystem, such as TiDB, PD, TiKV, etc.
Syntax
tiup [flags]
Use the --help command to get information about a specific command, with a summary of each command showing its parameters and their usage.Required parameters are shown in angle brackets, optional parameters are shown in square brackets.
represents the command name. For a list of supported commands, please refer to the following Command List, represents a componentname, please refer to the list of supported components belowComponent List.
options
-B, --binary
Print the binary file path of the specified component:
- Executing
tiup -B/--binarywill print the path to the latest stable version of the installedcomponent, ifIf the component is not installed, an error is reported - Executing
tiup -B/--binarywill print the: of the installed componentcode> The path where the version is located, if the version is not installed, an error will be reported - Data type:
BOOLEAN - This option is disabled by default, and the default value is
false.Add this option to the command and pass in thetruevalue or no value to enable this function.
Note
This option can only be used for commands of the form tiup [flags] .
--binpath (string)
Specify the path of the component to be executed: When executing a component, if you do not want to use the binary file in the TiUP image, you can use this parameter to replace it with the binary file of the custom path.
Note
This option can only be used for commands of the form tiup [flags] .
--skip-version-check
Note
This option is deprecated as of v1.3.0.
- Skip the validity check of the version number. The version number specified by default can only be Semantic Version.
- Data type:
BOOLEAN - This option is disabled by default, and the default value is
false.Add this option to the command and pass in thetruevalue or no value to enable this function.
-T, --tag (string)
Specify a tag for the started component: some components need to use disk storage during the execution process. TiUP will allocate a temporary directory as the storage directory for the current execution of the component. If you want to allocate a fixedDirectory, you can use -T/--tag to specify the directory name, so that multiple executions using the same tag can read and write to the same batch of files.
-v, --version
Print the version of TiUP
--help
Print help information
command list
TiUP contains many commands, and these commands contain many subcommands. Please refer to the corresponding links for the description of specific commands and their subcommands:
- install: Install Components
- list: View a list of components
- uninstall: Uninstall a component
- update: upgrade installed components
- status: View component running status
- clean: clean component data directory
- mirror: Mirror Management
- telemetry: telemetry switch
- completion: TiUP command completion
- env: View TiUP related environment variables
- help: View help documentation for a specific command or component
Component List
边栏推荐
- SEATA分布式事务
- 2022最新 | 室外单目深度估计研究综述
- 1700. 无法吃午餐的学生数量
- 后浪来袭!阿里产出“第二代”容器技术手册及脑图,这也太香了吧
- [In-depth study of 4G/5G/6G topic-46]: 5G Link Adaption Link Adaption-2-Common Abbreviations
- golang modules初始化项目
- tiup install
- Lock wait timeout exceeded解决方案
- 481-82(105、24、82、34、153)
- Local Transactions vs Distributed Transactions
猜你喜欢

Placement Rules 使用文档

RISC-V调用惯例

Metaverse Post Office AI space-themed series of digital collections will be launched at 10:00 on July 30th "Yuanyou Digital Collection"

Sentinel

About the data synchronization delay of MySQL master-slave replication

Go to Tencent for an interview and let people turn left directly: I don't know idempotency!

flask获取post请求参数

GUCCI、LV等奢侈品巨头如何布局元宇宙的,其他品牌应该跟上吗?

Flask入门学习教程

分布式前修课:MySQL实现分布式锁
随机推荐
微服务该如何拆分?
Load Base Split 使用文档
4位资深专家多年大厂经验分享出Flink技术内幕架构设计与实现原理
QIIME2得到PICRUSt2结果后如何分析
tiup install
阿里CTO程立:阿里巴巴的开源历程、理念和实践
TiUP 命令概览
Excel uses Visual Basic Editor to modify macros
Flink实时仓库-DWS层(状态编程,windowall的使用,数据保存到clickhouse)模板代码
瑞吉外卖项目实战Day02
Mysql database query is very slow. Besides the index, what else can be caused?
Flask introductory learning tutorial
Debug - Notes
极验深知v2分析
剑指 Offer II 037. 小行星碰撞
EST综述:eDNA的多种状态以及在水环境中持久性的认知
科研中一些常用软件清单
Compile, link, notes - 3
华为云重磅发布开源软件治理服务——软件成分分析
SQL 优化这么做就对了!