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
This article describes how you can set up and manage SQL login password policies for SQL Server on Linux.
22
+
This article describes how you can set up and manage SQL login password policies, starting with [!INCLUDE [sssql22-md](../includes/sssql22-md.md)] Cumulative Update (CU) 23, and [!INCLUDE [sssql25-md](../includes/sssql25-md.md)].
23
23
24
24
Password policies are a crucial aspect of securing any database environment. They enforce:
Copy file name to clipboardExpand all lines: docs/linux/sql-server-linux-whats-new-2022.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "What's New for SQL Server 2022 on Linux"
3
3
description: In this article, learn about the major features and services available for SQL Server 2022 running on Linux.
4
4
author: rwestMSFT
5
5
ms.author: randolphwest
6
-
ms.date: 06/06/2025
6
+
ms.date: 01/27/2026
7
7
ms.service: sql
8
8
ms.subservice: linux
9
9
ms.topic: whats-new
@@ -21,6 +21,12 @@ This article describes the major features and services available for [!INCLUDE [
21
21
22
22
In addition to these capabilities in this article, cumulative updates (CUs) are released at regular intervals. These cumulative updates provide many improvements and fixes. For detailed information about the latest CU release, see [SQL Server 2022 build versions](/troubleshoot/sql/releases/sqlserver-2022/build-versions). For package downloads and known issues, see the [Release notes](sql-server-linux-release-notes-2022.md).
23
23
24
+
## Custom password policy support
25
+
26
+
[!INCLUDE [sssql22-md](../includes/sssql22-md.md)] Cumulative Update (CU) 23 provides support for configuring a custom password policy. This feature was backported from [!INCLUDE [sssql25-md](../includes/sssql25-md.md)].
27
+
28
+
For more information, see [Set custom password policy for SQL logins in SQL Server on Linux](sql-server-linux-custom-password-policy.md).
29
+
24
30
## Red Hat Enterprise Linux 9 support
25
31
26
32
Red Hat Enterprise Linux (RHEL) 9 is supported in [!INCLUDE [sssql22-md](../includes/sssql22-md.md)] CU 10 and later versions. For more information, see [Quickstart: Install SQL Server and create a database on Red Hat](quickstart-install-connect-red-hat.md?view=sql-server-linux-ver16&preserve-view=true).
@@ -39,7 +45,7 @@ The following updates are available in [!INCLUDE [sssql22-md](../includes/sssql2
39
45
40
46
| New feature or update | Details |
41
47
| --- | --- |
42
-
| Microsoft Entra Managed Identity | The Microsoft Entra managed identity for SQL Server on Azure VM isn't supported on Linux. For more information, see [Improvement: Microsoft Entra managed identity support for backup and restore database operations and for EKM with AKV in SQL Server on Azure VMs](/troubleshoot/sql/releases/sqlserver-2022/microsoft-entra-managed-identity-support-for-backup-restore-database-ekm-akv). |
48
+
| Microsoft Entra Managed Identity | The Microsoft Entra managed identity for SQL Server on Azure Virtual Machines isn't supported on Linux. For more information, see [Improvement: Microsoft Entra managed identity support for backup and restore database operations and for EKM with AKV in SQL Server on Azure VMs](/troubleshoot/sql/releases/sqlserver-2022/microsoft-entra-managed-identity-support-for-backup-restore-database-ekm-akv). |
Copy file name to clipboardExpand all lines: docs/linux/sql-server-linux-whats-new-2025.md
+30-4Lines changed: 30 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,19 +21,45 @@ This article describes the major features and services available for [!INCLUDE [
21
21
22
22
## Updates
23
23
24
+
This section describes updates for each release of [!INCLUDE [sssql25-md](../includes/sssql25-md.md)].
25
+
26
+
-[Cumulative Update 1](#cumulative-update-1)
27
+
-[GA release](#general-availability)
28
+
29
+
### Cumulative Update 1
30
+
31
+
The following updates apply to [!INCLUDE [sssql25-md](../includes/sssql25-md.md)] Cumulative Update (CU) 1.
32
+
33
+
-**Red Hat Enterprise Linux 10 support**. [!INCLUDE [sssql25-md](../includes/sssql25-md.md)] is fully supported on Red Hat Enterprise Linux (RHEL) 10. For more information, see [Quickstart: Install SQL Server and create a database on Red Hat](quickstart-install-connect-red-hat.md?view=sql-server-ver17&tabs=rhel8%2C2025rhel10&preserve-view=true).
34
+
35
+
-**Ubuntu 24.04 support**. [!INCLUDE [sssql25-md](../includes/sssql25-md.md)] is fully supported on Ubuntu 24.04. For more information, see [Quickstart: Install SQL Server and create a database on Ubuntu](quickstart-install-connect-ubuntu.md?view=sql-server-ver17&tabs=ubuntu2004%2C2505ubuntu2404%2Codbc-ubuntu-2404&preserve-view=true).
36
+
37
+
-**Contained availability groups (AGs)**. Enable database create and restore operations directly through the contained AG listener. This improvement eliminates the need to connect to the physical replica, simplifying high availability automation on Linux.
38
+
39
+
For more information, see [Enable database creation or restoration in contained availability group sessions](../database-engine/availability-groups/windows/contained-availability-groups-overview.md#enable-database-creation-or-restoration-in-contained-availability-group-sessions).
40
+
41
+
-**New dynamic management views**. Four new Linux‑specific dynamic management views (DMVs) provide insights into host and virtual memory resource utilization, aiding performance troubleshooting and diagnostics.
-**Support for the adutil tool on Ubuntu 24.04 and Red Hat Enterprise Linux 10**. The **adutil** tool is available on Ubuntu 24.04 and Red Hat Enterprise Linux (RHEL) 10, expanding support for Active Directory authentication scenarios on Linux.
49
+
50
+
For more information, see [Introduction to adutil - Active Directory utility](sql-server-linux-ad-auth-adutil-introduction.md).
51
+
52
+
### General availability
53
+
24
54
The following updates are available in [!INCLUDE [sssql25-md](../includes/sssql25-md.md)] on Linux:
25
55
26
56
| New feature or update | Details |
27
57
| --- | --- |
28
58
| TLS 1.3 enabled by default |[Encrypt connections to SQL Server on Linux](sql-server-linux-encrypted-connections.md)|
29
-
| Red Hat 10 support <sup>1</sup> |[Quickstart: Install SQL Server and create a database on Red Hat](quickstart-install-connect-red-hat.md?view=sql-server-ver17&tabs=rhel8%2C2025rhel10&preserve-view=true)|
30
-
| Ubuntu 24.04 support <sup>1</sup> |[Quickstart: Install SQL Server and create a database on Ubuntu](quickstart-install-connect-ubuntu.md?view=sql-server-ver17&tabs=ubuntu2004%2C2505ubuntu2404%2Codbc-ubuntu-2404&preserve-view=true)|
31
59
| Custom password policy |[Set custom password policy for SQL logins in SQL Server on Linux](sql-server-linux-custom-password-policy.md)|
32
60
| tmpfs support for `tempdb`|[Enable and run tempdb on tmpfs for SQL Server 2025 on Linux](sql-server-linux-tmpfs-tempdb.md)|
33
61
| Generic ODBC data source support for PolyBase |[Connect to ODBC data sources with PolyBase on SQL Server on Linux](sql-server-linux-polybase.md)|
34
62
35
-
<sup>1</sup> Starting in [!INCLUDE [sssql25-md](../includes/sssql25-md.md)] CU 1.
36
-
37
63
## Related content
38
64
39
65
-[Quickstart: Install SQL Server and create a database on Red Hat](quickstart-install-connect-red-hat.md?view=sql-server-linux-ver17&preserve-view=true)
0 commit comments