Skip to content

Commit f01d8a4

Browse files
Merge pull request #36339 from rwestMSFT/rw-0121-cu-removed
Remove 2025 CU 1 and 2022 CU 23
2 parents 3c1943c + 58c0332 commit f01d8a4

13 files changed

Lines changed: 86 additions & 35 deletions

docs/linux/includes/linux-supported-platforms-2022.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.custom:
1212
---
1313
You should run production workloads on supported platforms like [Red Hat Enterprise Linux](https://www.redhat.com/technologies/linux-platforms/enterprise-linux/sql-server), [SUSE Linux Enterprise Server](https://www.suse.com/c/microsoft-sql-server-on-suse-linux-enterprise-server-new-suse-best-practices), and [Ubuntu Pro](https://ubuntu.com/blog/microsoft-sql-server-on-ubuntu), as they receive regular OS security updates, and have support coverage options that you need for enterprise database deployments.
1414

15+
[!INCLUDE [sql-server-2022-cu-23-removed](sql-server-2022-cu-23-removed.md)]
16+
1517
| Platform | File system | Installation guide | Get |
1618
| --- | --- | --- | --- |
1719
| Red Hat Enterprise Linux 8.x Server, or 9.x Server | **XFS** or **ext4** | [Installation guide](../quickstart-install-connect-red-hat.md) | [Get RHEL 9](https://access.redhat.com/products/red-hat-enterprise-linux/evaluation) |

docs/linux/includes/linux-supported-platforms-2025.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ms.custom:
1111
---
1212
You should run production workloads on supported platforms like [Red Hat Enterprise Linux](https://www.redhat.com/technologies/linux-platforms/enterprise-linux/sql-server) and [Ubuntu Pro](https://ubuntu.com/blog/microsoft-sql-server-on-ubuntu), as they receive regular OS security updates, and have support coverage options that you need for enterprise database deployments.
1313

14+
[!INCLUDE [sql-server-2025-cu-1-removed](sql-server-2025-cu-1-removed.md)]
15+
1416
| Platform | File system | Installation guide | Get |
1517
| --- | --- | --- | --- |
1618
| Red Hat Enterprise Linux 10.x Server<br /><br />Red Hat Enterprise Linux 9.x Server | **XFS** or **ext4** | [Installation guide](../quickstart-install-connect-red-hat.md) | [Get RHEL 10](https://access.redhat.com/products/red-hat-enterprise-linux/evaluation)<br /><br />[Get RHEL 9](https://access.redhat.com/products/red-hat-enterprise-linux/evaluation) |

docs/linux/includes/odbc-redhat.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ms.custom:
1111

1212
Use the following steps to install the **mssql-tools18** on Red Hat Enterprise Linux.
1313

14+
[!INCLUDE [sql-server-2025-cu-1-removed](sql-server-2025-cu-1-removed.md)]
15+
1416
1. Download the Microsoft Red Hat repository configuration file.
1517

1618
- For Red Hat 10, use the following command to download the Microsoft Red Hat repository configuration file from the RHEL 9 repo. The same versions of tools also work for RHEL 10.

docs/linux/includes/odbc-ubuntu.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Use the following steps to install the **mssql-tools18** on Ubuntu.
1616
- Ubuntu 20.04 is supported starting with [!INCLUDE [sssql19-md](../../includes/sssql19-md.md)] CU 10.
1717
- Ubuntu 18.04 is supported starting with [!INCLUDE [sssql19-md](../../includes/sssql19-md.md)] CU 3.
1818

19+
[!INCLUDE [sql-server-2025-cu-1-removed](sql-server-2025-cu-1-removed.md)]
20+
1921
### [Ubuntu 18.04](#tab/odbc-ubuntu-1804)
2022

2123
1. Enter superuser mode.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
author: rwestMSFT
3+
ms.author: randolphwest
4+
ms.date: 01/21/2026
5+
ms.service: sql
6+
ms.topic: include
7+
ms.custom:
8+
- linux-related-content
9+
---
10+
> [!IMPORTANT]
11+
> [!INCLUDE [sssql22-md](../../includes/sssql22-md.md)] CU 23 is temporarily unavailable for download because of a [known issue related to Database Mail](/troubleshoot/sql/releases/sqlserver-2022/cumulativeupdate23#database-mail-stops-working-after-updating).
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
author: rwestMSFT
3+
ms.author: randolphwest
4+
ms.date: 01/21/2026
5+
ms.service: sql
6+
ms.topic: include
7+
ms.custom:
8+
- linux-related-content
9+
---
10+
> [!IMPORTANT]
11+
> [!INCLUDE [sssql25-md](../../includes/sssql25-md.md)] CU 1 is temporarily unavailable for download because of a [known issue related to Database Mail](/troubleshoot/sql/releases/sqlserver-2025/cumulativeupdate1#database-mail-stops-working-after-updating).

docs/linux/quickstart-install-connect-red-hat.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ In this quickstart, you install [!INCLUDE [sssql25-md](../includes/sssql25-md.md
5151
> [!NOTE]
5252
> Red Hat 9 includes support for [!INCLUDE [sssql25-md](../includes/sssql25-md.md)] and TLS 1.3, which is enabled by default. Starting with [!INCLUDE [sssql25-md](../includes/sssql25-md.md)] CU 1, Red Hat 10 is supported.
5353
54+
[!INCLUDE [sql-server-2025-cu-1-removed](includes/sql-server-2025-cu-1-removed.md)]
55+
5456
If you want to automate your installation using Ansible, see [Quickstart: Deploy SQL Server on Linux using an Ansible playbook](sql-server-linux-deploy-ansible.md).
5557

5658
For more information on supported platforms, see [Release notes for SQL Server 2025 on Linux](sql-server-linux-release-notes-2025.md).

docs/linux/quickstart-install-connect-ubuntu.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ In this quickstart, you install [!INCLUDE [sssql25-md](../includes/sssql25-md.md
4949
> [!NOTE]
5050
> Starting with [!INCLUDE [sssql25-md](../includes/sssql25-md.md)] CU 1, Ubuntu 24.04 is supported.
5151
52+
[!INCLUDE [sql-server-2025-cu-1-removed](includes/sql-server-2025-cu-1-removed.md)]
53+
5254
For more information on supported platforms, see [Release notes for SQL Server 2025 on Linux](sql-server-linux-release-notes-2025.md).
5355

5456
::: moniker-end

docs/linux/sql-server-linux-change-repo-2025.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ For instructions on how to configure repositories for [!INCLUDE [sssql22-md](../
2323
> [!TIP]
2424
> RHEL 10 and Ubuntu 24.04 are supported starting with [!INCLUDE [sssql25-md](../includes/sssql25-md.md)] CU 1. For more information, see the [installation guide](sql-server-linux-setup.md).
2525
26+
[!INCLUDE [sql-server-2025-cu-1-removed](includes/sql-server-2025-cu-1-removed.md)]
27+
2628
## Repositories
2729

2830
When you install SQL Server on Linux, you must configure a Microsoft repository. Use this repository to get the database engine package, `mssql-server`, and related SQL Server packages. The following repositories are currently available:

docs/linux/sql-server-linux-known-issues.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,18 @@ For Ubuntu 22.04, you should reach out to Canonical directly for the exact steps
253253
254254
The following issues affect [!INCLUDE [sssql25-md](../includes/sssql25-md.md)].
255255
256+
### Database Mail stops working after updating to Cumulative Update 1
257+
258+
Database Mail stops working after you install this cumulative update. You might see the following error message:
259+
260+
```output
261+
Could not load file or assembly 'Microsoft.SqlServer.DatabaseMail.XEvents, Version=17.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
262+
```
263+
264+
If you use Database Mail and already downloaded this update, don't install it until a fix is available.
265+
266+
If you already installed this update, [uninstall it](../sql-server/install/uninstall-a-cumulative-update-from-sql-server.md#remove-a-cumulative-update-on-linux) to restore Database Mail functionality.
267+
256268
### SQL Server on Linux fails to start on machines with hybrid CPU architecture
257269

258270
**Issue**: SQL Server instances on Linux might fail to start if the machine uses an Intel 12th Gen or later hybrid architecture CPU, and the host operating system is Linux.

0 commit comments

Comments
 (0)