Skip to content

Commit eb23cc3

Browse files
authored
Update OS recommendations based on upstream EOL info (#22001)
1 parent e2c0eba commit eb23cc3

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

hardware-and-software-requirements.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This document describes the software and hardware requirements for deploying and
2727
</thead>
2828
<tbody>
2929
<tr>
30-
<td>Red Hat Enterprise Linux 8.4 or a later 8.x version</td>
30+
<td>Red Hat Enterprise Linux 8.6 or a later 8.x version</td>
3131
<td><ul><li>x86_64</li><li>ARM 64</li></ul></td>
3232
</tr>
3333
<tr>
@@ -51,56 +51,52 @@ This document describes the software and hardware requirements for deploying and
5151
<td><ul><li>x86_64</li><li>ARM 64</li></ul></td>
5252
</tr>
5353
<tr>
54-
<td>openEuler 22.03 LTS SP1/SP3</td>
54+
<td>openEuler 24.03 LTS (SP4 or later)</td>
5555
<td><ul><li>x86_64</li><li>ARM 64</li></ul></td>
5656
</tr>
5757
<tr>
58-
<td>macOS 13 (Ventura) or later</td>
58+
<td>macOS 14 (Sonoma) or later</td>
5959
<td><ul><li>x86_64</li><li>ARM 64</li></ul></td>
6060
</tr>
6161
<tr>
62-
<td>Oracle Enterprise Linux 8 or a later</td>
62+
<td>Oracle Enterprise Linux 8 or later</td>
6363
<td>x86_64</td>
6464
</tr>
6565
<tr>
6666
<td>Ubuntu LTS 22.04 or later</td>
6767
<td>x86_64</td>
6868
</tr>
6969
<tr>
70-
<td>CentOS 9 Stream</td>
70+
<td>CentOS Stream 9</td>
7171
<td><ul><li>x86_64</li><li>ARM 64</li></ul></td>
7272
</tr>
7373
<tr>
74-
<td>Debian 11 (Bullseye) or later</td>
74+
<td>Debian 12 (Bookworm) or later</td>
7575
<td>x86_64</td>
7676
</tr>
7777
<tr>
78-
<td>Fedora 40 or later</td>
78+
<td>Fedora 42 or later</td>
7979
<td>x86_64</td>
8080
</tr>
8181
<tr>
8282
<td>openSUSE Leap later than v15.6 (not including Tumbleweed)</td>
8383
<td>x86_64</td>
8484
</tr>
8585
<tr>
86-
<td>SUSE Linux Enterprise Server 15.6</td>
86+
<td>SUSE Linux Enterprise Server 15.6 or later</td>
8787
<td>x86_64</td>
8888
</tr>
8989
</tbody>
9090
</table>
9191

9292
> **Warning:**
9393
>
94-
> - 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. Upgrading a TiDB cluster on CentOS 7 to v8.4.0 or later will cause the cluster to become unavailable. Before upgrading TiDB, make sure to check your operating system version.
95-
> - According to [Red Hat Enterprise Linux Life Cycle](https://access.redhat.com/support/policy/updates/errata/#Life_Cycle_Dates), the maintenance support for Red Hat Enterprise Linux 7 ends on June 30, 2024. TiDB ends the support for Red Hat Enterprise Linux 7 starting from the 8.4 DMR version. It is recommended to use Rocky Linux 9.1 or a later version. Upgrading a TiDB cluster on Red Hat Enterprise Linux 7 to v8.4.0 or later will cause the cluster to become unavailable. Before upgrading TiDB, make sure to check your operating system version.
96-
> - 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.
94+
> - TiDB requires a 64-bit CPU architecture.
9795
> - Other operating system versions not mentioned above might work but are not officially supported.
9896
9997
> **Note:**
10098
>
10199
> - 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.
102-
> - While the upstream support for CentOS Linux 8 ends on December 31, 2021, CentOS Stream 8 continues to be supported by the CentOS organization.
103-
> - Support for Ubuntu 16.04 will be removed in future versions of TiDB. Upgrading to Ubuntu 18.04 or later is strongly recommended.
104100
> - Starting from v8.4.0, TiDB requires glibc 2.28. If your glibc version does not meet this requirement, it is recommended to use an operating system listed in the preceding table or upgrade the operating system to a version that supports glibc 2.28.
105101
106102
### Libraries required for compiling and running TiDB

0 commit comments

Comments
 (0)