Skip to content

Commit

Permalink
fix: update broken TiDB binary download link (#19107) (#19108)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Nov 18, 2024
1 parent 7f94ded commit 78ed153
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion binary-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ summary: 了解 TiDB 离线包及其包含的内容。

# TiDB 离线包

[使用 TiUP 离线部署 TiDB](/production-deployment-using-tiup.md#离线部署) 前,你需要在[官方下载页面](https://pingcap.com/zh/product#SelectProduct)选择对应版本的 TiDB server 离线镜像包(包含 TiUP 离线组件包)。
[使用 TiUP 离线部署 TiDB](/production-deployment-using-tiup.md#离线部署) 前,你需要在[官方下载页面](https://cn.pingcap.com/product-community/)选择对应版本的 TiDB server 离线镜像包(包含 TiUP 离线组件包)。

TiDB 提供了 amd64 和 arm64 两种架构的离线包。对于每种架构,TiDB 提供了两个二进制离线包:`TiDB-community-server` 软件包和 `TiDB-community-toolkit` 软件包。

Expand Down
4 changes: 2 additions & 2 deletions production-deployment-using-tiup.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ summary: 了解如何使用 TiUP 部署 TiDB 集群。

#### 准备 TiUP 离线组件包

方式一:在[官方下载页面](https://pingcap.com/zh/product#SelectProduct)选择对应版本的 TiDB server 离线镜像包(包含 TiUP 离线组件包)。需要同时下载 TiDB-community-server 软件包和 TiDB-community-toolkit 软件包。
方式一:在[官方下载页面](https://cn.pingcap.com/product-community/)选择对应版本的 TiDB server 离线镜像包(包含 TiUP 离线组件包)。需要同时下载 TiDB-community-server 软件包和 TiDB-community-toolkit 软件包。

方式二:使用 `tiup mirror clone` 命令手动打包离线组件包。步骤如下:

Expand Down Expand Up @@ -195,7 +195,7 @@ source /home/tidb/.bash_profile

#### 合并离线包

如果是通过[官方下载页面](https://pingcap.com/zh/product#SelectProduct)下载的离线软件包,需要将 TiDB-community-server 软件包和 TiDB-community-toolkit 软件包合并到离线镜像中。如果是通过 `tiup mirror clone` 命令手动打包的离线组件包,不需要执行此步骤。
如果是通过[官方下载页面](https://cn.pingcap.com/product-community/)下载的离线软件包,需要将 TiDB-community-server 软件包和 TiDB-community-toolkit 软件包合并到离线镜像中。如果是通过 `tiup mirror clone` 命令手动打包的离线组件包,不需要执行此步骤。

执行以下命令合并离线组件到 server 目录下。

Expand Down

0 comments on commit 78ed153

Please sign in to comment.