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
In [!INCLUDE [sssql25-md](../../../includes/sssql25-md.md)] Cumulative Update (CU) 1, you can enable database creation and restoration directly within a contained availability group session, through the contained AG listener. This enhancement streamlines workflows for users assigned the appropriate roles, allowing seamless operations within contained AG environments.
155
157
156
158
Only users with the **dbcreator** role can create databases in a contained AG session. Only users with the **db_owner** or **sysadmin** role can restore databases.
Copy file name to clipboardExpand all lines: docs/linux/includes/editions-sql-server-2025-later-versions.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ ms.custom:
11
11
| --- | --- |
12
12
|`Evaluation`| SQL Server Evaluation edition |
13
13
|`Express`| SQL Server Express edition |
14
-
|`StandardDeveloper`| SQL Server Standard Developer edition |
14
+
|`StandardDeveloper`<br /><br />(For containers, use `DeveloperStandard`)| SQL Server Standard Developer edition |
15
15
|`Standard`| SQL Server Standard edition |
16
-
|`EnterpriseDeveloper`| SQL Server Enterprise Developer edition |
16
+
|`EnterpriseDeveloper`<br /><br />(For containers, use `Developer`)| SQL Server Enterprise Developer edition |
17
17
|`Enterprise`| This legacy option represents Enterprise edition Server + Client Access License (CAL) based licensing, and is limited to a maximum of 20 cores per SQL Server instance. `Enterprise` isn't available for new agreements. You should choose `EnterpriseCore` when you wish to deploy Enterprise edition. |
18
18
|`EnterpriseCore`| SQL Server Enterprise Core edition. `EnterpriseCore` represents the core-based server licensing model with no core limits. For more information, see [Compute capacity limits by edition of SQL Server](../../sql-server/compute-capacity-limits-by-edition-of-sql-server.md). |
19
19
|`A product key`| If you specify a product key, it must be in the form of `#####-#####-#####-#####-#####`, where `#` is a number or a letter. |
When you deploy a container for [!INCLUDE [sssql25-md](../../includes/sssql25-md.md)] GA, use `MSSQL_PID=DeveloperStandard` for Standard Developer edition, and `MSSQL_PID=Developer` for Enterprise Developer edition.
Copy file name to clipboardExpand all lines: docs/linux/includes/linux-supported-platforms-2025.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@ You should run production workloads on supported platforms like [Red Hat Enterpr
15
15
16
16
| Platform | File system | Installation guide | Get |
17
17
| --- | --- | --- | --- |
18
-
| 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)|
| Red Hat Enterprise Linux 10.x Server (in preview)<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)|
19
+
| Ubuntu 24.04 (in preview)<br /><br />Ubuntu 22.04 |**XFS** or **ext4**|[Installation guide](../quickstart-install-connect-ubuntu.md)|[Get Ubuntu 24.04](https://releases.ubuntu.com/24.04/)<br /><br />[Get Ubuntu 22.04](https://releases.ubuntu.com/22.04/)|
20
20
| Docker Engine 1.8+ on Linux <sup>1</sup> | N/A |[Installation guide](../quickstart-install-connect-docker.md)|[Get Docker](https://www.docker.com/get-started)|
Copy file name to clipboardExpand all lines: docs/linux/includes/odbc-redhat.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Use the following steps to install the **mssql-tools18** on Red Hat Enterprise L
15
15
16
16
1. Download the Microsoft Red Hat repository configuration file.
17
17
18
-
- 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.
18
+
- For Red Hat 10 (in preview), 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.
19
19
20
20
```bash
21
21
curl https://packages.microsoft.com/config/rhel/9/prod.repo | sudo tee /etc/yum.repos.d/mssql-release.repo
Copy file name to clipboardExpand all lines: docs/linux/quickstart-install-connect-red-hat.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ For more information on supported platforms, see [Release notes for SQL Server 2
49
49
In this quickstart, you install [!INCLUDE [sssql25-md](../includes/sssql25-md.md)] on Red Hat Enterprise Linux (RHEL) 9.x or 10.x. Then you connect by using **sqlcmd** to create your first database and run queries.
50
50
51
51
> [!NOTE]
52
-
> 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.
52
+
> Red Hat 9 includes support for [!INCLUDE [sssql25-md](../includes/sssql25-md.md)] and TLS 1.3, which is enabled by default.
@@ -372,14 +372,14 @@ To configure [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] on RHEL
372
372
373
373
At this point, [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] is running on your RHEL machine and is ready to use.
374
374
375
-
### [Red Hat 10](#tab/2025rhel10)
375
+
### [Red Hat 10 (in preview)](#tab/2025rhel10)
376
376
377
377
To configure [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] on RHEL 10, run the following commands in a terminal to install the `mssql-server` package:
378
378
379
379
1. Download the [!INCLUDE [sssql25-md](../includes/sssql25-md.md)] Red Hat 10 repository configuration file:
Copy file name to clipboardExpand all lines: docs/linux/quickstart-install-connect-ubuntu.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ For more information on supported platforms, see [Release notes for SQL Server 2
47
47
In this quickstart, you install [!INCLUDE [sssql25-md](../includes/sssql25-md.md)] on Ubuntu 22.04. Then you can connect with **sqlcmd** to create your first database and run queries.
48
48
49
49
> [!NOTE]
50
-
> Starting with [!INCLUDE [sssql25-md](../includes/sssql25-md.md)] CU 1, Ubuntu 24.04 is supported.
50
+
> Ubuntu 24.04 is supported in preview for [!INCLUDE [sssql25-md](../includes/sssql25-md.md)]. Currently, only the 180-day Enterprise Evaluation edition is available.
Even if you run the `wsl --terminate` command, you don't lose the data. When you start up WSL again and run the `docker run` command to deploy using the `sql_volume` volume, it still has all the data intact.
185
189
186
190
If you want to delete the persisted volume, make sure that you stop and remove the container that uses the volume, and then run the following command.
Copy file name to clipboardExpand all lines: docs/linux/sql-server-linux-change-repo-2025.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Configure Repositories for Installing and Upgrading SQL Server 2025 on Li
3
3
description: Check and configure source repositories for SQL Server on Linux. The source repository affects the version of SQL Server that is applied during installation and upgrade.
4
4
author: rwestMSFT
5
5
ms.author: randolphwest
6
-
ms.date: 01/15/2026
6
+
ms.date: 01/23/2026
7
7
ms.service: sql
8
8
ms.subservice: linux
9
9
ms.topic: upgrade-and-migration-article
@@ -21,7 +21,7 @@ This article describes how to configure the correct repository for installing an
21
21
For instructions on how to configure repositories for [!INCLUDE [sssql22-md](../includes/sssql22-md.md)] and earlier versions, see [Configure Repositories for Installing and Upgrading SQL Server on Linux](sql-server-linux-change-repo.md?view=sql-server-ver16&preserve-view=true).
22
22
23
23
> [!TIP]
24
-
> 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).
24
+
> [!INCLUDE [sssql25-md](../includes/sssql25-md.md)]is available on RHEL 10 (in preview) and Ubuntu 24.04 (in preview). To try it, use this article to configure the `mssql-server-preview` repository. Then install using the instructions in the [installation guide](sql-server-linux-setup.md).
<sup>1</sup> Use `mssql-server-preview` for Red Hat 10 (in preview) and Ubuntu 24.04 (in preview).
40
+
39
41
The Cumulative Update (CU) repository contains packages for the base SQL Server release, and any bug fixes or improvements since that release. Cumulative updates are specific to a release version, such as [!INCLUDE [sssql25-md](../includes/sssql25-md.md)]. They're released on a regular cadence. General distribution release (GDR) updates are released in the same CU repository.
40
42
41
43
Each release contains the full SQL Server package and all previous updates for that repository. You can also [downgrade](sql-server-linux-setup.md#rollback) to any release within your major version (for example, 2025).
@@ -96,7 +98,7 @@ Use one of the following commands based on the type of previously configured rep
@@ -130,7 +132,7 @@ Depending on the version of RHEL you use, ensure the paths match `/rhel/8`, `/rh
130
132
131
133
Configure the new repository for SQL Server installations and upgrades.
132
134
133
-
- Starting with [!INCLUDE [sssql25-md](../includes/sssql22-md.md)] CU 1, Ubuntu 24.04 is supported.
135
+
- Starting with [!INCLUDE [sssql25-md](../includes/sssql22-md.md)], Ubuntu 24.04 is supported (in preview).
134
136
- Starting with [!INCLUDE [sssql22-md](../includes/sssql22-md.md)] CU 10, Ubuntu 22.04 is supported.
135
137
- Starting with [!INCLUDE [sssql19-md](../includes/sssql19-md.md)] CU 10, Ubuntu 20.04 is supported.
136
138
- Starting with [!INCLUDE [sssql19-md](../includes/sssql19-md.md)] CU 3 and [!INCLUDE [sssql17-md](../includes/sssql17-md.md)] CU 20, Ubuntu 18.04 is supported.
@@ -147,7 +149,7 @@ The following commands point to the latest repository for a specific distributio
0 commit comments