来了老弟
1
【环境澄清】
- 当前内网环境中使用旧版本 tiup v0.0.5 和对应组件(cluster),目前 4.0.0 已经 GA,现将内网环境升级下,目标版本 tiup v1.0.1。
【升级步骤】
- tiup mirror clone package v4.0.0 --os=linux --arch=amd64
-a, --arch strings Specify the downloading architecture (default [amd64,arm64])
-o, --os strings Specify the downloading os (default [linux,darwin])
- tar czvf package.tar.gz package
- 必须执行:sh local_install.sh
- export TIUP_MIRRORS=/home/tidb/mew_package
- 此时 tiup --version 看下版本
- tiup update cluster 升级 cluster 版本
- tiup list cluster
【说明】
- 执行 loca_install.sh 操作只替换 binary 文件。
【经典案例】