Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update broken TiDB binary download link (#19107) #19111

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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