Skip to content

Commit 93abfa4

Browse files
authored
v8.4: update CentOS 7-related descriptions (pingcap#19430)
1 parent 5026641 commit 93abfa4

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

develop/dev-guide-build-cluster-in-cloud.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ mysql Ver 8.0.28 for macos12.0 on arm64 (Homebrew)
108108

109109
<div label="Linux">
110110

111-
For Linux, the following takes CentOS 7 as an example:
111+
For Linux, the following takes Ubuntu as an example:
112112

113113
```shell
114-
yum install mysql
114+
apt-get install mysql-client
115115
```
116116

117117
Then, verify that the MySQL client is installed successfully:

hardware-and-software-requirements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ As an open-source distributed SQL database with high performance, TiDB can be de
3131
<td><ul><li>x86_64</li><li>ARM 64</li></ul></td>
3232
</tr>
3333
<tr>
34-
<td><ul><li>Red Hat Enterprise Linux 7.3 or a later 7.x version</li><li>CentOS 7.3 or a later 7.x version</li></ul></td>
34+
<td>Red Hat Enterprise Linux 7.3 or a later 7.x version</td>
3535
<td><ul><li>x86_64</li><li>ARM 64</li></ul></td>
3636
</tr>
3737
<tr>
@@ -96,7 +96,7 @@ As an open-source distributed SQL database with high performance, TiDB can be de
9696
> **Note:**
9797
>
9898
> - For Oracle Enterprise Linux, TiDB supports the Red Hat Compatible Kernel (RHCK) and does not support the Unbreakable Enterprise Kernel provided by Oracle Enterprise Linux.
99-
> - According to [CentOS Linux EOL](https://www.centos.org/centos-linux-eol/), the upstream support for CentOS Linux 8 ended on December 31, 2021. CentOS Stream 8 continues to be supported by the CentOS organization.
99+
> - According to [CentOS Linux EOL](https://www.centos.org/centos-linux-eol/), the upstream support for CentOS Linux 7 ends on June 30, 2024. TiDB ends the support for CentOS 7 starting from the 8.4 DMR version. It is recommended to use Rocky Linux 9.1 or a later version. While the upstream support for CentOS Linux 8 ends on December 31, 2021, CentOS Stream 8 continues to be supported by the CentOS organization.
100100
> - Support for Ubuntu 16.04 will be removed in future versions of TiDB. Upgrading to Ubuntu 18.04 or later is strongly recommended.
101101
> - If you are using the 32-bit version of an operating system listed in the preceding table, TiDB **is not guaranteed** to be compilable, buildable or deployable on the 32-bit operating system and the corresponding CPU architecture, or TiDB does not actively adapt to the 32-bit operating system.
102102
> - Other operating system versions not mentioned above might work but are not officially supported.

ticdc/deploy-ticdc.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,7 @@ This document describes how to deploy and maintain a TiCDC cluster, including th
99

1010
## Software and hardware recommendations
1111

12-
In production environments, the recommendations of software and hardware for TiCDC are as follows:
13-
14-
| Linux OS | Version |
15-
| :----------------------- | :----------: |
16-
| Red Hat Enterprise Linux | 7.3 or later versions |
17-
| CentOS | 7.3 or later versions |
12+
In production environments, the recommendations of hardware for TiCDC are as follows:
1813

1914
| CPU | Memory | Disk | Network | Number of TiCDC cluster instances (minimum requirements for production environment) |
2015
| :--- | :--- | :--- | :--- | :--- |

0 commit comments

Comments
 (0)