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: docs/linux/sql-server-linux-configure-mssql-conf.md
+5-5Lines changed: 5 additions & 5 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 SQL Server Settings on Linux
3
3
description: This article describes how to use the mssql-conf tool to configure SQL Server settings on Linux.
4
4
author: rwestMSFT
5
5
ms.author: randolphwest
6
-
ms.date: 07/03/2025
6
+
ms.date: 12/04/2025
7
7
ms.service: sql
8
8
ms.subservice: linux
9
9
ms.topic: install-set-up-deploy
@@ -177,7 +177,7 @@ ms.custom:
177
177
docker run -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=<password>" \
178
178
-p 5433:1433 --name sql1 \
179
179
-v /container/sql1:/var/opt/mssql \
180
-
-d mcr.microsoft.com/mssql/server:2019-latest
180
+
-d mcr.microsoft.com/mssql/server:2025-latest
181
181
```
182
182
183
183
> [!CAUTION]
@@ -241,7 +241,7 @@ sudo /opt/mssql/bin/mssql-conf set sqlagent.errorlogginglevel <level>
241
241
242
242
## Configure Microsoft Entra authentication
243
243
244
-
Starting with [!INCLUDE [sssql22-md](../includes/sssql22-md.md)], you can configure Microsoft Entra ID for [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)]. To configure Microsoft Entra ID, you must install the Azure extension for [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] following the installation of [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)]. For information on how to configure Microsoft Entra ID, see [Tutorial: Set up Microsoft Entra authentication for SQL Server](../relational-databases/security/authentication-access/azure-ad-authentication-sql-server-setup-tutorial.md).
244
+
Starting with [!INCLUDE [sssql22-md](../includes/sssql22-md.md)], you can configure Microsoft Entra ID for [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)]. To configure Microsoft Entra ID, you must install the Azure extension for [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] following the installation of [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)]. For information on how to configure Microsoft Entra ID, see [Tutorial: Set up Microsoft Entra authentication for SQL Server with app registration](../relational-databases/security/authentication-access/azure-ad-authentication-sql-server-setup-tutorial.md).
Copy file name to clipboardExpand all lines: docs/linux/sql-server-linux-setup-full-text-search.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Install SQL Server Full-Text Search on Linux
3
3
description: Learn how to install SQL Server Full-Text Search on Linux. Full-Text Search enables you to run full-text queries against character-based data in SQL Server tables.
4
4
author: rwestMSFT
5
5
ms.author: randolphwest
6
-
ms.date: 07/03/2025
6
+
ms.date: 12/04/2025
7
7
ms.service: sql
8
8
ms.subservice: linux
9
9
ms.topic: install-set-up-deploy
@@ -15,7 +15,9 @@ ms.custom:
15
15
16
16
[!INCLUDE [SQL Server - Linux](../includes/applies-to-version/sql-linux.md)]
17
17
18
-
The following steps install [Full-Text Search](../relational-databases/search/full-text-search.md) (**mssql-server-fts**) on Linux. Full-Text Search enables you to run full-text queries against character-based data in [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] tables. For known issues for this release, see the [Release notes for SQL Server 2022 on Linux](sql-server-linux-release-notes-2022.md).
18
+
The following steps install [Full-Text Search](../relational-databases/search/full-text-search.md) (**mssql-server-fts**) on Linux. Full-Text Search enables you to run full-text queries against character-based data in [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] tables.
> Before installing [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] Full-Text Search, first [install SQL Server](sql-server-linux-setup.md#platforms). This configures the keys and repositories that you use when installing the **mssql-server-fts** package.
@@ -72,7 +74,7 @@ sudo apt-get update
72
74
sudo apt-get install -y mssql-server-fts
73
75
```
74
76
75
-
If you need an offline installation, locate the Full-text Search package download in the [Release notes for SQL Server 2022 on Linux](sql-server-linux-release-notes-2022.md). Then use the same offline installation steps described in the article [Install SQL Server](sql-server-linux-setup.md#offline).
77
+
If you need an offline installation, locate the Full-text Search package download in the [Release notes for SQL Server 2025 on Linux](sql-server-linux-release-notes-2025.md). Then use the same offline installation steps described in the article [Install SQL Server](sql-server-linux-setup.md#offline).
Copy file name to clipboardExpand all lines: docs/linux/sql-server-linux-setup-sql-agent.md
+4-2Lines changed: 4 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: Configure the SQL Server Agent on Linux
3
3
description: Learn how to enable or install the SQL Server Agent on Linux. Starting with SQL Server 2017 CU4, SQL Server Agent is included with the mssql-server package.
4
4
author: rwestMSFT
5
5
ms.author: randolphwest
6
-
ms.date: 05/19/2025
6
+
ms.date: 12/04/2025
7
7
ms.service: sql
8
8
ms.subservice: linux
9
9
ms.topic: install-set-up-deploy
@@ -18,7 +18,9 @@ ms.custom:
18
18
19
19
This article describes how to enable or install the SQL Server Agent on Linux.
20
20
21
-
The [SQL Server Agent](/ssms/agent/sql-server-agent) runs scheduled SQL Server jobs. Starting with [!INCLUDE [sssql17-md](../includes/sssql17-md.md)] CU 4, SQL Server Agent is included with the **mssql-server** package and is disabled by default. For information on the features supported for this release of the SQL Server Agent along with version information, see [Release notes for SQL Server 2017 on Linux](sql-server-linux-release-notes-2017.md).
21
+
The [SQL Server Agent](/ssms/agent/sql-server-agent) runs scheduled SQL Server jobs. Starting with [!INCLUDE [sssql17-md](../includes/sssql17-md.md)] CU 4, SQL Server Agent is included with the **mssql-server** package and is disabled by default.
0 commit comments