You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hardware-and-software-requirements.md
+9-13Lines changed: 9 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ This document describes the software and hardware requirements for deploying and
27
27
</thead>
28
28
<tbody>
29
29
<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>
31
31
<td><ul><li>x86_64</li><li>ARM 64</li></ul></td>
32
32
</tr>
33
33
<tr>
@@ -51,56 +51,52 @@ This document describes the software and hardware requirements for deploying and
51
51
<td><ul><li>x86_64</li><li>ARM 64</li></ul></td>
52
52
</tr>
53
53
<tr>
54
-
<td>openEuler 22.03 LTS SP1/SP3</td>
54
+
<td>openEuler 24.03 LTS (SP4 or later)</td>
55
55
<td><ul><li>x86_64</li><li>ARM 64</li></ul></td>
56
56
</tr>
57
57
<tr>
58
-
<td>macOS 13 (Ventura) or later</td>
58
+
<td>macOS 14 (Sonoma) or later</td>
59
59
<td><ul><li>x86_64</li><li>ARM 64</li></ul></td>
60
60
</tr>
61
61
<tr>
62
-
<td>Oracle Enterprise Linux 8 or a later</td>
62
+
<td>Oracle Enterprise Linux 8 or later</td>
63
63
<td>x86_64</td>
64
64
</tr>
65
65
<tr>
66
66
<td>Ubuntu LTS 22.04 or later</td>
67
67
<td>x86_64</td>
68
68
</tr>
69
69
<tr>
70
-
<td>CentOS 9 Stream</td>
70
+
<td>CentOS Stream 9</td>
71
71
<td><ul><li>x86_64</li><li>ARM 64</li></ul></td>
72
72
</tr>
73
73
<tr>
74
-
<td>Debian 11 (Bullseye) or later</td>
74
+
<td>Debian 12 (Bookworm) or later</td>
75
75
<td>x86_64</td>
76
76
</tr>
77
77
<tr>
78
-
<td>Fedora 40 or later</td>
78
+
<td>Fedora 42 or later</td>
79
79
<td>x86_64</td>
80
80
</tr>
81
81
<tr>
82
82
<td>openSUSE Leap later than v15.6 (not including Tumbleweed)</td>
83
83
<td>x86_64</td>
84
84
</tr>
85
85
<tr>
86
-
<td>SUSE Linux Enterprise Server 15.6</td>
86
+
<td>SUSE Linux Enterprise Server 15.6 or later</td>
87
87
<td>x86_64</td>
88
88
</tr>
89
89
</tbody>
90
90
</table>
91
91
92
92
> **Warning:**
93
93
>
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.
97
95
> - Other operating system versions not mentioned above might work but are not officially supported.
98
96
99
97
> **Note:**
100
98
>
101
99
> - 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.
104
100
> - 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.
105
101
106
102
### Libraries required for compiling and running TiDB
0 commit comments