Skip to content

Commit e6cc410

Browse files
authored
v6.5-v8.1: update download URL from pingcap.org to pingcap.com (#22241)
1 parent 1fe57a9 commit e6cc410

8 files changed

+20
-20
lines changed

deploy-monitoring-services.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Assume that the TiDB cluster topology is as follows:
2626

2727
```bash
2828
# Downloads the package.
29-
wget https://download.pingcap.org/prometheus-2.27.1.linux-amd64.tar.gz
30-
wget https://download.pingcap.org/node_exporter-v1.3.1-linux-amd64.tar.gz
31-
wget https://download.pingcap.org/grafana-7.5.11.linux-amd64.tar.gz
29+
wget https://download.pingcap.com/prometheus-2.27.1.linux-amd64.tar.gz
30+
wget https://download.pingcap.com/node_exporter-v1.3.1-linux-amd64.tar.gz
31+
wget https://download.pingcap.com/grafana-7.5.11.linux-amd64.tar.gz
3232
```
3333

3434
{{< copyable "shell-regular" >}}

dm/dm-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ This is a known bug of TiUP, which is fixed in TiUP v1.3.2. The following are tw
242242
2. Scale in and then scale out Grafana nodes in the cluster to restart the Grafana service.
243243
- Solution two:
244244
1. Back up the `deploy/grafana-$port/bin/public` folder.
245-
2. Download the [TiUP DM offline package](https://download.pingcap.org/tidb-dm-v2.0.1-linux-amd64.tar.gz) and unpack it.
245+
2. Download the [TiUP DM offline package](https://download.pingcap.com/tidb-dm-v2.0.1-linux-amd64.tar.gz) and unpack it.
246246
3. Unpack the `grafana-v4.0.3-**.tar.gz` in the offline package.
247247
4. Replace the folder `deploy/grafana-$port/bin/public` with the `public` folder in `grafana-v4.0.3-**.tar.gz`.
248248
5. Execute `tiup dm restart $cluster_name -R grafana` to restart the Grafana service.

dm/quick-start-create-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ To run a TiDB server, use the following command:
7373
{{< copyable "shell-regular" >}}
7474

7575
```bash
76-
wget https://download.pingcap.org/tidb-community-server-v{{{ .tidb-version }}}-linux-amd64.tar.gz
76+
wget https://download.pingcap.com/tidb-community-server-v{{{ .tidb-version }}}-linux-amd64.tar.gz
7777
tar -xzvf tidb-latest-linux-amd64.tar.gz
7878
mv tidb-latest-linux-amd64/bin/tidb-server ./
7979
./tidb-server

download-ecosystem-tools.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ TiDB Toolkit contains frequently used TiDB tools, such as data export tool Dumpl
2424
You can download TiDB Toolkit from the following link:
2525

2626
```
27-
https://download.pingcap.org/tidb-community-toolkit-{version}-linux-{arch}.tar.gz
27+
https://download.pingcap.com/tidb-community-toolkit-{version}-linux-{arch}.tar.gz
2828
```
2929

30-
`{version}` in the link indicates the version number of TiDB and `{arch}` indicates the architecture of the system, which can be `amd64` or `arm64`. For example, the download link for `v6.2.0` in the `amd64` architecture is `https://download.pingcap.org/tidb-community-toolkit-v6.2.0-linux-amd64.tar.gz`.
30+
`{version}` in the link indicates the version number of TiDB and `{arch}` indicates the architecture of the system, which can be `amd64` or `arm64`. For example, the download link for `v6.2.0` in the `amd64` architecture is `https://download.pingcap.com/tidb-community-toolkit-v6.2.0-linux-amd64.tar.gz`.
3131

3232
> **Note:**
3333
>
34-
> If you need to download the [PD Control](/pd-control.md) tool `pd-ctl`, download the TiDB installation package separately from `https://download.pingcap.org/tidb-community-server-{version}-linux-{arch}.tar.gz`.
34+
> If you need to download the [PD Control](/pd-control.md) tool `pd-ctl`, download the TiDB installation package separately from `https://download.pingcap.com/tidb-community-server-{version}-linux-{arch}.tar.gz`.
3535
3636
## TiDB Toolkit description
3737

pd-control.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ To obtain `pd-ctl` of the latest version, download the TiDB server installation
2323

2424
| Installation package | OS | Architecture | SHA256 checksum |
2525
| :------------------------------------------------------------------------ | :------- | :---- | :--------------------------------------------------------------- |
26-
| `https://download.pingcap.org/tidb-community-server-{version}-linux-amd64.tar.gz` (pd-ctl) | Linux | amd64 | `https://download.pingcap.org/tidb-community-server-{version}-linux-amd64.tar.gz.sha256` |
27-
| `https://download.pingcap.org/tidb-community-server-{version}-linux-arm64.tar.gz` (pd-ctl) | Linux | arm64 | `https://download.pingcap.org/tidb-community-server-{version}-linux-arm64.tar.gz.sha256` |
26+
| `https://download.pingcap.com/tidb-community-server-{version}-linux-amd64.tar.gz` (pd-ctl) | Linux | amd64 | `https://download.pingcap.com/tidb-community-server-{version}-linux-amd64.tar.gz.sha256` |
27+
| `https://download.pingcap.com/tidb-community-server-{version}-linux-arm64.tar.gz` (pd-ctl) | Linux | arm64 | `https://download.pingcap.com/tidb-community-server-{version}-linux-arm64.tar.gz.sha256` |
2828

2929
> **Note:**
3030
>
31-
> `{version}` in the link indicates the version number of TiDB. For example, the download link for `v{{{ .tidb-version }}}` in the `amd64` architecture is `https://download.pingcap.org/tidb-community-server-v{{{ .tidb-version }}}-linux-amd64.tar.gz`.
31+
> `{version}` in the link indicates the version number of TiDB. For example, the download link for `v{{{ .tidb-version }}}` in the `amd64` architecture is `https://download.pingcap.com/tidb-community-server-v{{{ .tidb-version }}}-linux-amd64.tar.gz`.
3232
3333
### Compile from source code
3434

production-deployment-using-tiup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,16 +89,16 @@ Perform the following steps in this section to deploy a TiDB cluster offline usi
8989
**Method 1**: Download the offline binary packages (TiUP offline package included) of the target TiDB version using the following links. You need to download both the server and toolkit packages. Note that your downloading means you agree to the [Privacy Policy](https://www.pingcap.com/privacy-policy/).
9090

9191
```
92-
https://download.pingcap.org/tidb-community-server-{version}-linux-{arch}.tar.gz
92+
https://download.pingcap.com/tidb-community-server-{version}-linux-{arch}.tar.gz
9393
```
9494
9595
```
96-
https://download.pingcap.org/tidb-community-toolkit-{version}-linux-{arch}.tar.gz
96+
https://download.pingcap.com/tidb-community-toolkit-{version}-linux-{arch}.tar.gz
9797
```
9898
9999
> **Tip:**
100100
>
101-
> `{version}` in the link indicates the version number of TiDB and `{arch}` indicates the architecture of the system, which can be `amd64` or `arm64`. For example, the download link for `v7.5.0` in the `amd64` architecture is `https://download.pingcap.org/tidb-community-toolkit-v7.5.0-linux-amd64.tar.gz`.
101+
> `{version}` in the link indicates the version number of TiDB and `{arch}` indicates the architecture of the system, which can be `amd64` or `arm64`. For example, the download link for `v7.5.0` in the `amd64` architecture is `https://download.pingcap.com/tidb-community-toolkit-v7.5.0-linux-amd64.tar.gz`.
102102
103103
**Method 2**: Manually pack an offline component package using `tiup mirror clone`. The detailed steps are as follows:
104104

tidb-binlog/get-started-with-tidb-binlog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ sudo yum install -y mariadb-server
4242
```
4343

4444
```bash
45-
curl -L https://download.pingcap.org/tidb-community-server-v{{{ .tidb-version }}}-linux-amd64.tar.gz | tar xzf -
45+
curl -L https://download.pingcap.com/tidb-community-server-v{{{ .tidb-version }}}-linux-amd64.tar.gz | tar xzf -
4646
cd tidb-latest-linux-amd64
4747
```
4848

4949
Expected output:
5050

5151
```
52-
[kolbe@localhost ~]$ curl -LO https://download.pingcap.org/tidb-latest-linux-amd64.tar.gz | tar xzf -
52+
[kolbe@localhost ~]$ curl -LO https://download.pingcap.com/tidb-latest-linux-amd64.tar.gz | tar xzf -
5353
% Total % Received % Xferd Average Speed Time Time Time Current
5454
Dload Upload Total Spent Left Speed
5555
100 368M 100 368M 0 0 8394k 0 0:00:44 0:00:44 --:--:-- 11.1M

upgrade-monitoring-services.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ Download a new installation package from the [Prometheus download page](https://
3131
1. Download the TiDB server package and extract it. Note that your downloading means you agree to the [Privacy Policy](https://www.pingcap.com/privacy-policy/).
3232

3333
```
34-
https://download.pingcap.org/tidb-community-server-{version}-linux-{arch}.tar.gz
34+
https://download.pingcap.com/tidb-community-server-{version}-linux-{arch}.tar.gz
3535
```
3636
3737
> **Tip:**
3838
>
39-
> `{version}` in the link indicates the version number of TiDB and `{arch}` indicates the architecture of the system, which can be `amd64` or `arm64`. For example, the download link for `v{{{ .tidb-version }}}` in the `amd64` architecture is `https://download.pingcap.org/tidb-community-toolkit-v{{{ .tidb-version }}}-linux-amd64.tar.gz`.
39+
> `{version}` in the link indicates the version number of TiDB and `{arch}` indicates the architecture of the system, which can be `amd64` or `arm64`. For example, the download link for `v{{{ .tidb-version }}}` in the `amd64` architecture is `https://download.pingcap.com/tidb-community-toolkit-v{{{ .tidb-version }}}-linux-amd64.tar.gz`.
4040
4141
2. In the extracted files, locate `prometheus-v{version}-linux-{arch}.tar.gz` and extract it.
4242
@@ -80,12 +80,12 @@ In the following upgrade steps, you need to download the Grafana installation pa
8080
1. Download the TiDB server package and extract it. Note that your downloading means you agree to the [Privacy Policy](https://www.pingcap.com/privacy-policy/).
8181

8282
```
83-
https://download.pingcap.org/tidb-community-server-{version}-linux-{arch}.tar.gz
83+
https://download.pingcap.com/tidb-community-server-{version}-linux-{arch}.tar.gz
8484
```
8585
8686
> **Tip:**
8787
>
88-
> `{version}` in the link indicates the version number of TiDB and `{arch}` indicates the architecture of the system, which can be `amd64` or `arm64`. For example, the download link for `v{{{ .tidb-version }}}` in the `amd64` architecture is `https://download.pingcap.org/tidb-community-toolkit-v{{{ .tidb-version }}}-linux-amd64.tar.gz`.
88+
> `{version}` in the link indicates the version number of TiDB and `{arch}` indicates the architecture of the system, which can be `amd64` or `arm64`. For example, the download link for `v{{{ .tidb-version }}}` in the `amd64` architecture is `https://download.pingcap.com/tidb-community-toolkit-v{{{ .tidb-version }}}-linux-amd64.tar.gz`.
8989
9090
2. In the extracted files, locate `grafana-v{version}-linux-{arch}.tar.gz` and extract it.
9191

0 commit comments

Comments
 (0)