Skip to content

Commit

Permalink
Fix typos in tiup-cluster.md (#6120) (#6123)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-srebot authored Apr 23, 2021
1 parent 9e4b6cd commit 91357e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tiup/tiup-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: 使用 TiUP 部署运维 TiDB 线上集群

本文重在介绍如何使用 TiUP 的 cluster 组件,如果需要线上部署的完整步骤,可参考[使用 TiUP 部署 TiDB 集群](/production-deployment-using-tiup.md)

与 playground 组件用于部署本地集群类似,cluster 组件用于快速部署生产集群。对比 playground,cluster 组件提供了更强大的集群管理功能,包括对集群的升级、缩容、扩容甚至操作、审计等。
与 playground 组件用于部署本地测试集群类似,cluster 组件用于快速部署生产集群。对比 playground,cluster 组件提供了更强大的生产集群管理功能,包括对集群的升级、缩容、扩容甚至操作、审计等。

cluster 组件的帮助文档如下:

Expand Down Expand Up @@ -681,11 +681,11 @@ export TIUP_NATIVE_SSH=enable
TiUP 相关的数据都存储在用户 home 目录的 `.tiup` 目录下,若要迁移中控机只需要拷贝 `.tiup` 目录到对应目标机器即可。

1. 在原机器 home 目录下执行 `tar czvf tiup.tar.gz .tiup`
2.`tip.tar.gz` 拷贝到目标机器 home 目录。
2.`tiup.tar.gz` 拷贝到目标机器 home 目录。
3. 在目标机器 home 目录下执行 `tar xzvf tiup.tar.gz`
4. 添加 `.tiup` 目录到 `PATH` 环境变量。

如使用 `bash` 并且是 `tidb` 用户,在 `~/.bashr` 中添加 `export PATH=/home/tidb/.tiup/bin:$PATH` 后执行 `source ~/.bashrc`,根据使用的 shell 与用户做相应调整。
如使用 `bash` 并且是 `tidb` 用户,在 `~/.bashrc` 中添加 `export PATH=/home/tidb/.tiup/bin:$PATH` 后执行 `source ~/.bashrc`,根据使用的 shell 与用户做相应调整。

> **注意:**
>
Expand Down

0 comments on commit 91357e4

Please sign in to comment.