当前位置:网站首页>TiUP terms and core concepts
TiUP terms and core concepts
2022-07-30 15:41:00 【Tim's Shop】
This article mainly explains the important terms and core concepts of TiUP.
TiUP component
The TiUP program contains only a few commands to download, update, and uninstall components.TiUP extends its functionality through various components.Component is a program or script that can be run. When running a component through tiup , TiUP will add a set of environment variables and create corresponding data for the programdirectory, and then run the program.
By running the tiup command, you can run the supported TiUP components, where the running logic is:
If the user specifies a specific version of a component by running
tiup:[:version] - The component does not have any version installed locally, download the latest stable version from the mirror server
- The component has other versions installed locally, but there is no user-specified version, download the user-specified version from the mirror server
- If the specified version is already installed locally, set the environment variable to run the installed version
If the user runs a component via
tiupand no version is specified:- The component does not have any version installed locally, download the latest stable version from the mirror server
- If a partial version is already installed locally, set the environment variable to run the latest version of the installed version
TiUP mirror repository
All components of TiUP are downloaded from mirror repositories (mirrors), which contain TAR packages for each component and corresponding meta information (version, entry startup file, checksum).TiUP uses PingCAP's official mirror repository by default.Users can customize the image repository through the TIUP_MIRRORS environment variable.
The mirror repository can be a local file directory or an online HTTP server:
TIUP_MIRRORS=/path/to/local tiup listTIUP_MIRRORS=https://private-mirrors.example.com tiup list
边栏推荐
- L2-007 家庭房产(vector、set、map的使用)
- 阿里CTO程立:阿里巴巴的开源历程、理念和实践
- 元宇宙的前景及四大赛道
- TensorFlow自定义训练函数
- Mac 中 MySQL 的安装与卸载
- Sleuth+Zipkin(可视化) 服务链路追踪
- 数字量输入模块io
- Introduction to golang image processing library image
- 4 senior experts share the insider architecture design and implementation principles of Flink technology with years of experience in large factories
- Flink实时仓库-DWS层(关键词搜索分析-自定义函数,窗口操作,FlinkSql设置水位线,保存数据到Clickhouse)模板代码
猜你喜欢
随机推荐
tiup list
Use of InputStream and OutputStream
[Cloud Native] Service Industry Case - Solutions for Unpredictable Concurrency Scenarios
Core Topics under Microservice Architecture (2): Design Principles and Core Topics of Microservice Architecture
TiUP 故障排查
Sleuth+Zipkin (visualization) service link tracking
Mysql database query is very slow. Besides the index, what else can be caused?
针对 MySQL/InnoDB 刷盘调优
调试 - 笔记
Flask introductory learning tutorial
Our company has used gateway services for 6 years, dynamic routing, authentication, current limiting, etc., a stable batch!
TiDB 工具适用场景
nodejs环境变量设置
Sentinel
Installing and Uninstalling MySQL on Mac
异常情况处置方案
数字量输入模块io
90后人大硕士为学医竟重新高考,成功被首医大录取
Local Transactions vs Distributed Transactions
[In-depth study of 4G/5G/6G topic-46]: 5G Link Adaption Link Adaption-2-Common Abbreviations








