Skip to content

Commit 9dc6918

Browse files
Merge pull request #20739 from VanMSFT/Linux2019CU14
Update Linux 2019 Release Notes for CU14
2 parents d18d4fd + c6f8b01 commit 9dc6918

5 files changed

Lines changed: 40 additions & 14 deletions

docs/includes/linux-supported-platfoms-2019.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@ author: VanMSFT
33
ms.prod: sql
44
ms.technology: linux
55
ms.topic: include
6-
ms.date: 06/11/2021
6+
ms.date: 11/22/2021
77
ms.author: vanto
88
---
99

10-
## Supported platforms
11-
1210
| Platform | File System | Installation Guide | Get |
1311
|-----|-----|-----|-----|
1412
| Red Hat Enterprise Linux 7.7 - 7.9, or 8.0 - 8.3 Server | XFS or EXT4 | [Installation guide](../linux/quickstart-install-connect-red-hat.md) | [Get RHEL 8.0](https://access.redhat.com/products/red-hat-enterprise-linux/evaluation) |
15-
| SUSE Enterprise Linux Server v12 SP3 - SP5 | XFS or EXT4 | [Installation guide](../linux/quickstart-install-connect-suse.md) | [Get SLES v12](https://www.suse.com/products/server) |
13+
| SUSE Enterprise Linux Server v12 (SP3 - SP5) or v15 | XFS or EXT4 | [Installation guide](../linux/quickstart-install-connect-suse.md) | [Get SLES v15](https://www.suse.com/products/server) |
1614
| Ubuntu 16.04 LTS, 18.04 LTS, 20.04 LTS | XFS or EXT4 | [Installation guide](../linux/quickstart-install-connect-ubuntu.md) | [Get Ubuntu 20.04](https://releases.ubuntu.com/20.04/) |
1715
| Docker Engine 1.8+ on Windows, Mac, or Linux | N/A | [Installation guide](../linux/quickstart-install-connect-docker.md) | [Get Docker](https://www.docker.com/get-started) |
1816

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "SUSE: Install SQL Server on Linux"
33
description: This quickstart shows how to install SQL Server 2017 or SQL Server 2019 on SUSE Linux Enterprise Server and then create and query a database with sqlcmd.
44
author: VanMSFT
55
ms.author: vanto
6-
ms.date: 06/10/2021
6+
ms.date: 11/22/2021
77
ms.topic: conceptual
88
ms.prod: sql
99
ms.technology: linux
@@ -18,16 +18,16 @@ ms.custom:
1818
<!--SQL Server 2017 on Linux-->
1919
::: moniker range="= sql-server-linux-2017 || = sql-server-2017"
2020

21-
In this quickstart, you install SQL Server 2017 or SQL Server 2019 on SUSE Linux Enterprise Server (SLES) v12. You then connect with **sqlcmd** to create your first database and run queries.
21+
In this quickstart, you install SQL Server 2017 on SUSE Linux Enterprise Server (SLES) v12. You then connect with **sqlcmd** to create your first database and run queries.
2222

2323
::: moniker-end
2424
<!--SQL Server 2019 on Linux-->
2525
::: moniker range=">= sql-server-linux-ver15 || >= sql-server-ver15 "
2626

27-
In this quickstart, you install SQL Server 2019 on SUSE Linux Enterprise Server (SLES) v12. You then connect with **sqlcmd** to create your first database and run queries.
27+
In this quickstart, you install SQL Server 2019 on SUSE Linux Enterprise Server (SLES) v15. You then connect with **sqlcmd** to create your first database and run queries.
2828

2929
> [!IMPORTANT]
30-
> SQL Server 2019 is supported on SUSE Enterprise Linux Server v12 SP2, SP3, SP4 or SP5.
30+
> SQL Server 2019 is supported on SUSE Enterprise Linux Server v12 SP3, SP4 or SP5. SQL Server 2019 is also supported on SUSE Enterprise Linux Server v15 starting with SQL Server 2019 CU14.
3131
3232
::: moniker-end
3333

@@ -46,7 +46,7 @@ You must have a SLES v12 SP3, SP4, or SP5 machine machine with **at least 2 GB**
4646
<!--SQL Server 2019 on Linux-->
4747
::: moniker range=">= sql-server-linux-ver15 || >= sql-server-ver15 "
4848

49-
You must have a SLES v12 SP3, SP4, or SP5 machine with **at least 2 GB** of memory. The file system must be **XFS** or **EXT4**. Other file systems, such as **BTRFS**, are unsupported.
49+
You must have a SLES v15 machine with **at least 2 GB** of memory. The file system must be **XFS** or **EXT4**. Other file systems, such as **BTRFS**, are unsupported.
5050

5151
::: moniker-end
5252

@@ -134,7 +134,7 @@ To configure SQL Server 2019 on SLES, run the following commands in a terminal t
134134
1. Download the Microsoft SQL Server 2019 SLES repository configuration file:
135135

136136
```bash
137-
sudo zypper addrepo -fc https://packages.microsoft.com/config/sles/12/mssql-server-2019.repo
137+
sudo zypper addrepo -fc https://packages.microsoft.com/config/sles/15/mssql-server-2019.repo
138138
```
139139

140140
2. Refresh your repositories.
@@ -188,7 +188,7 @@ To create a database, you need to connect with a tool that can run Transact-SQL
188188
1. Add the Microsoft SQL Server repository to Zypper.
189189

190190
```bash
191-
sudo zypper addrepo -fc https://packages.microsoft.com/config/sles/12/prod.repo
191+
sudo zypper addrepo -fc https://packages.microsoft.com/config/sles/15/prod.repo
192192
sudo zypper --gpg-auto-import-keys refresh
193193
```
194194

docs/linux/sql-server-linux-release-notes-2019.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Release notes for SQL Server 2019 on Linux
33
description: This article contains the release notes and supported features for SQL Server 2019 running on Linux. Release notes are included for the most recent release and several previous releases.
44
author: VanMSFT
55
ms.author: vanto
6-
ms.date: 10/05/2021
6+
ms.date: 11/22/2021
77
ms.topic: conceptual
88
ms.prod: sql
99
ms.technology: linux
@@ -18,6 +18,8 @@ The following release notes apply to SQL Server 2019 running on Linux. This arti
1818
> [!TIP]
1919
> To learn about new Linux features in SQL Server 2019, see [What's new in SQL Server 2019](../sql-server/what-s-new-in-sql-server-ver15.md?view=sql-server-ver15&preserve-view=true#sql-server-on-linux).
2020
21+
## Supported platforms
22+
2123
[!INCLUDE [linux-supported-platfoms-2019](../includes/linux-supported-platfoms-2019.md)]
2224

2325
## Tools
@@ -30,6 +32,7 @@ The following table lists the release history for SQL Server 2019 releases.
3032

3133
| Release | Version | Release date |
3234
|---------------------------|---------------|--------------|
35+
| [CU14](#cu14) | 15.0.4188.2 | 2021-11-22 |
3336
| [CU13](#cu13) | 15.0.4178.1 | 2021-10-05 |
3437
| [CU12](#cu12) | 15.0.4153.1 | 2021-08-04 |
3538
| [CU11](#cu11) | 15.0.4138.2 | 2021-06-10 |
@@ -60,6 +63,27 @@ If you are updating existing SQL Server packages, run the appropriate update com
6063
- [Install PolyBase package](../relational-databases/polybase/polybase-linux-setup.md)
6164
- [Enable SQL Server Agent](sql-server-linux-setup-sql-agent.md)
6265

66+
## <a id="cu14"></a> CU14 (November 2021)
67+
68+
This is the Cumulative Update 14 (CU14) release of SQL Server 2019 (15.x). The SQL Server Database Engine version for this release is 15.0.4188.2. For information about the fixes and improvements, see <https://support.microsoft.com/help/5007182>.
69+
70+
### Package details
71+
72+
For manual or offline package installations, you can download the RPM and Debian packages with the information in the following table:
73+
74+
> [!NOTE]
75+
> Starting with CU1, the offline package installation links for Red Hat are pointing to RHEL 8 packages. If you are looking for RHEL 7 packages, refer to the download path <https://packages.microsoft.com/rhel/7/mssql-server-2019/>
76+
>
77+
> **Ubuntu 20.04** is now supported on SQL Server 2019 starting with CU10. The offline package installation links for Ubuntu are pointing to Ubuntu 20.04 packages. If you are looking for Ubuntu 18.04 packages, refer to the download path <https://packages.microsoft.com/ubuntu/18.04/mssql-server-2019/pool/main/m/>
78+
>
79+
> **SLES 15** is now supported on SQL Server 2019 starting with CU14. The offline package installation links for SLES are pointing to SLES 15 packages. If you are looking for SLES 12 packages, refer to the download path <https://packages.microsoft.com/sles/12/mssql-server-2019/>
80+
81+
| Package | Package version | Downloads |
82+
|-----|-----|-----|
83+
| Red Hat RPM package | 15.0.4188.2-3 | [Engine RPM package](https://packages.microsoft.com/rhel/8/mssql-server-2019/mssql-server-15.0.4188.2-3.x86_64.rpm)</br>[High Availability RPM package](https://packages.microsoft.com/rhel/8/mssql-server-2019/mssql-server-ha-15.0.4188.2-3.x86_64.rpm)</br>[Full-text Search RPM package](https://packages.microsoft.com/rhel/8/mssql-server-2019/mssql-server-fts-15.0.4188.2-3.x86_64.rpm)</br>[Extensibility RPM package](https://packages.microsoft.com/rhel/8/mssql-server-2019/mssql-server-extensibility-15.0.4188.2-3.x86_64.rpm)</br>[Java Extensibility RPM package](https://packages.microsoft.com/rhel/8/mssql-server-2019/mssql-server-extensibility-java-15.0.4188.2-3.x86_64.rpm)</br>[PolyBase RPM package](https://packages.microsoft.com/rhel/8/mssql-server-2019/mssql-server-polybase-15.0.4188.2-3.x86_64.rpm)|
84+
| SLES RPM package | 15.0.4188.2-3 | [mssql-server Engine RPM package](https://packages.microsoft.com/sles/15/mssql-server-2019/mssql-server-15.0.4188.2-3.x86_64.rpm)</br>[High Availability RPM package](https://packages.microsoft.com/sles/15/mssql-server-2019/mssql-server-ha-15.0.4188.2-3.x86_64.rpm)</br>[Full-text Search RPM package](https://packages.microsoft.com/sles/15/mssql-server-2019/mssql-server-fts-15.0.4188.2-3.x86_64.rpm)</br>[Extensibility RPM package](https://packages.microsoft.com/sles/15/mssql-server-2019/mssql-server-extensibility-15.0.4188.2-3.x86_64.rpm)</br>[Java Extensibility RPM package](https://packages.microsoft.com/sles/15/mssql-server-2019/mssql-server-extensibility-java-15.0.4188.2-3.x86_64.rpm)</br>[PolyBase RPM package](https://packages.microsoft.com/sles/15/mssql-server-2019/mssql-server-polybase-15.0.4188.2-3.x86_64.rpm)|
85+
| Ubuntu 20.04 Debian package | 15.0.4188.2-3 | [Engine Debian package](https://packages.microsoft.com/ubuntu/20.04/mssql-server-2019/pool/main/m/mssql-server/mssql-server_15.0.4188.2-3_amd64.deb)</br>[High Availability Debian package](https://packages.microsoft.com/ubuntu/20.04/mssql-server-2019/pool/main/m/mssql-server-ha/mssql-server-ha_15.0.4188.2-3_amd64.deb)</br>[Full-text Search Debian package](https://packages.microsoft.com/ubuntu/20.04/mssql-server-2019/pool/main/m/mssql-server-fts/mssql-server-fts_15.0.4188.2-3_amd64.deb)</br>[Extensibility Debian package](https://packages.microsoft.com/ubuntu/20.04/mssql-server-2019/pool/main/m/mssql-server-extensibility/mssql-server-extensibility_15.0.4188.2-3_amd64.deb)</br>[Java Extensibility Debian package](https://packages.microsoft.com/ubuntu/20.04/mssql-server-2019/pool/main/m/mssql-server-extensibility-java/mssql-server-extensibility-java_15.0.4188.2-3_amd64.deb)</br>[PolyBase RPM package](https://packages.microsoft.com/ubuntu/20.04/mssql-server-2019/pool/main/m/mssql-server-polybase/mssql-server-polybase_15.0.4188.2-3_amd64.deb)|
86+
6387
## <a id="cu13"></a> CU13 (October 2021)
6488

6589
This is the Cumulative Update 13 (CU13) release of SQL Server 2019 (15.x). The SQL Server Database Engine version for this release is 15.0.4178.1. For information about the fixes and improvements, see <https://support.microsoft.com/help/5005679>.

docs/linux/sql-server-linux-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: SQL Server
44
description: Install, update, and uninstall SQL Server on Linux. This article covers online, offline, and unattended scenarios.
55
author: VanMSFT
66
ms.author: vanto
7-
ms.date: 06/11/2021
7+
ms.date: 11/22/2021
88
ms.topic: conceptual
99
ms.prod: sql
1010
ms.custom:

docs/linux/sql-server-linux-whats-new-2019.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: What's New for SQL Server 2019 on Linux
33
description: This article highlights what's new for SQL Server 2019 on Linux.
44
author: VanMSFT
55
ms.author: vanto
6-
ms.date: 04/07/2021
6+
ms.date: 11/22/2021
77
ms.topic: conceptual
88
ms.prod: sql
99
ms.technology: linux
@@ -17,6 +17,10 @@ ms.custom:
1717

1818
This article describes the major features and services available for SQL Server 2019 running on Linux. For package downloads and known issues, see the [Release notes](sql-server-linux-release-notes-2019.md).
1919

20+
## SLES 15 supported
21+
22+
Starting with SQL Server 2019 CU14, SLES 15 is now supported. Check out our Quickstart on [Installing SQL Server and creating a database on SUSE Linux Enterprise Server](quickstart-install-connect-suse.md).
23+
2024
## Ubuntu 18.04 and 20.04 supported
2125

2226
- Starting with SQL Server 2019 CU3, Ubuntu 18.04 is now supported.

0 commit comments

Comments
 (0)