Skip to content

Commit c970b7d

Browse files
authored
Merge pull request #19527 from VanMSFT/2019CU11releasenotes
Changes to BC Linux and removed SLES sp2 support
2 parents bd97b2a + 293b609 commit c970b7d

9 files changed

Lines changed: 80 additions & 56 deletions

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

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

@@ -12,7 +12,7 @@ ms.author: vanto
1212
| Platform | File System | Installation Guide | Get |
1313
|-----|-----|-----|-----|
1414
| Red Hat Enterprise Linux 7.3 - 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 SP2 - SP5 | XFS or EXT4 | [Installation guide](../linux/quickstart-install-connect-suse.md) | [Get SLES v12](https://www.suse.com/products/server) |
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) |
1616
| 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/) |
1717
| 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) |
1818

docs/includes/sql-server-ha-story.md

Lines changed: 40 additions & 36 deletions
Large diffs are not rendered by default.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: SQL Server
44
description: Learn how to install SQL Server on Red Hat Enterprise Linux (RHEL), SUSE Linux Enterprise Server (SLES), or Ubuntu in the cloud of your choice.
55
author: VanMSFT
66
ms.author: vanto
7-
ms.date: 11/04/2019
7+
ms.date: 06/10/2021
88
ms.topic: conceptual
99
ms.prod: sql
1010
ms.technology: linux
@@ -21,7 +21,7 @@ In this quickstart, you will install SQL Server on Red Hat Enterprise Linux (RHE
2121
## Amazon Web Services
2222
1. Create a Linux AMI with at least 2 GB of memory from the marketplace
2323
* [RHEL 7.3+](https://aws.amazon.com/marketplace/pp/B00KWBZVK6)
24-
* [SLES v12 SP2+](https://aws.amazon.com/marketplace/pp/B00PMM99PI)
24+
* [SLES v12 SP3+](https://aws.amazon.com/marketplace/pp/B00PMM99PI)
2525
* [Ubuntu 16.04](https://aws.amazon.com/marketplace/pp/B01JBL2M0O)
2626
1. Connect to the AMI with ssh
2727
1. Follow the quickstart for the Linux distribution you chose:
@@ -47,7 +47,7 @@ In this quickstart, you will install SQL Server on Red Hat Enterprise Linux (RHE
4747
## Google Cloud Platform
4848
1. Create a Linux image with at least 2 GB of memory from the Cloud Launcher
4949
* [RHEL 7.3+](https://console.cloud.google.com/launcher/details/rhel-cloud/rhel-7)
50-
* [SLES v12 SP4](https://console.cloud.google.com/launcher/details/suse-cloud/sles-12)
50+
* [SLES v12 SP5](https://console.cloud.google.com/launcher/details/suse-cloud/sles-12)
5151
* [Ubuntu 16.04](https://console.cloud.google.com/launcher/details/ubuntu-os-cloud/ubuntu-xenial)
5252
1. Connect to the image with ssh
5353
1. Follow the quickstart for the Linux distribution you chose:

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

Lines changed: 4 additions & 4 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: 04/10/2020
6+
ms.date: 06/10/2021
77
ms.topic: conceptual
88
ms.prod: sql
99
ms.technology: linux
@@ -16,7 +16,7 @@ ms.assetid: 31ddfb80-f75c-4f51-8540-de6213cb68b8
1616
<!--SQL Server 2017 on Linux-->
1717
::: moniker range="= sql-server-linux-2017 || = sql-server-2017"
1818

19-
In this quickstart, you install SQL Server 2017 or SQL Server 2019 on SUSE Linux Enterprise Server (SLES) v12 SP2. You then connect with **sqlcmd** to create your first database and run queries.
19+
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.
2020

2121
::: moniker-end
2222
<!--SQL Server 2019 on Linux-->
@@ -37,14 +37,14 @@ In this quickstart, you install SQL Server 2019 on SUSE Linux Enterprise Server
3737
<!--SQL Server 2017 on Linux-->
3838
::: moniker range="= sql-server-linux-2017 || = sql-server-2017"
3939

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

4242
::: moniker-end
4343

4444
<!--SQL Server 2019 on Linux-->
4545
::: moniker range=">= sql-server-linux-ver15 || >= sql-server-ver15 "
4646

47-
You must have a SLES v12 SP2, 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.
47+
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.
4848

4949
::: moniker-end
5050

docs/linux/sample-unattended-install-suse.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: SQL Server
44
description: Use a sample Bash script to install SQL Server 2017 on SUSE Linux Enterprise Server (SLES) v12 SP2 without interactive input.
55
author: VanMSFT
66
ms.author: vanto
7-
ms.date: 11/04/2019
7+
ms.date: 06/10/2021
88
ms.topic: conceptual
99
ms.prod: sql
1010
ms.technology: linux
@@ -25,7 +25,7 @@ This sample Bash script installs SQL Server 2017 on SUSE Linux Enterprise Server
2525
- For other system requirements, see [System requirements for SQL Server on Linux](sql-server-linux-setup.md#system).
2626

2727
> [!IMPORTANT]
28-
> SQL Server 2017 requires libsss_nss_idmap0, which is not provided by the default SLES repositories. You can install it from the SLES v12 SP2 SDK.
28+
> SQL Server 2017 requires libsss_nss_idmap0, which is not provided by the default SLES repositories. You can install it from the SLES v12 SP5 SDK.
2929
3030
## Sample script
3131

@@ -63,8 +63,8 @@ sudo zypper addrepo -fc https://packages.microsoft.com/config/sles/12/mssql-serv
6363
sudo zypper addrepo -fc https://packages.microsoft.com/config/sles/12/prod.repo
6464
sudo zypper --gpg-auto-import-keys refresh
6565

66-
#Add the SLES v12 SP2 SDK to obtain libsss_nss_idmap0
67-
sudo SUSEConnect -p sle-sdk/12.2/x86_64
66+
#Add the SLES v12 SP5 SDK to obtain libsss_nss_idmap0
67+
sudo SUSEConnect -p sle-sdk/12.5/x86_64
6868

6969
echo Installing SQL Server...
7070
sudo zypper install -y mssql-server

docs/linux/sql-server-linux-availability-group-cluster-sles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To complete the following end-to-end scenario, you need three machines to deploy
4949

5050
## Setup and configure the operating system on each cluster node
5151

52-
The first step is to configure the operating system on the cluster nodes. For this walk through, use SLES 12 SP2 with a valid subscription for the HA add-on.
52+
The first step is to configure the operating system on the cluster nodes. For this walk through, use SLES 12 SP3 with a valid subscription for the HA add-on.
5353

5454
### Install and configure SQL Server service on each cluster node
5555

docs/linux/sql-server-linux-business-continuity-dr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article is an overview of business continuity solutions for hi
44
author: VanMSFT
55
ms.author: vanto
66
ms.reviewer: mihaelab
7-
ms.date: 10/02/2017
7+
ms.date: 06/10/2021
88
ms.topic: conceptual
99
ms.prod: sql
1010
ms.technology: linux

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

Lines changed: 22 additions & 2 deletions
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: 04/06/2021
6+
ms.date: 06/10/2021
77
ms.topic: conceptual
88
ms.prod: sql
99
ms.technology: linux
@@ -30,9 +30,10 @@ The following table lists the release history for SQL Server 2019 releases.
3030

3131
| Release | Version | Release date |
3232
|---------------------------|---------------|--------------|
33+
| [CU11](#cu11) | 15.0.4138.2 | 2021-06-10 |
3334
| [CU10](#cu10) | 15.0.4123.1 | 2021-04-06 |
3435
| [CU9](#cu9) | 15.0.4102.2 | 2021-02-10 |
35-
| [CU8-GDR](#cu8-GDR) | 15.0.4083.2 | 2021-01-12 |
36+
| [CU8-GDR](#cu8-GDR) | 15.0.4083.2 | 2021-01-12 |
3637
| [CU8](#cu8) | 15.0.4073.23 | 2020-10-07 |
3738
| [CU7 (Removed)](https://support.microsoft.com/help/4570012) | 15.0.4063.15 | 2020-09-02 |
3839
| [CU6](#cu6) | 15.0.4053.23 | 2020-08-04 |
@@ -57,6 +58,25 @@ If you are updating existing SQL Server packages, run the appropriate update com
5758
- [Install PolyBase package](../relational-databases/polybase/polybase-linux-setup.md)
5859
- [Enable SQL Server Agent](sql-server-linux-setup-sql-agent.md)
5960

61+
## <a id="cu11"></a> CU11 (June 2021)
62+
63+
This is the Cumulative Update 11 (CU11) release of SQL Server 2019 (15.x). The SQL Server Database Engine version for this release is 15.0.4138.2. For information about the fixes and improvements, see <https://support.microsoft.com/help/5003249>.
64+
65+
### Package details
66+
67+
For manual or offline package installations, you can download the RPM and Debian packages with the information in the following table:
68+
69+
> [!NOTE]
70+
> 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/>
71+
>
72+
> **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/>
73+
74+
| Package | Package version | Downloads |
75+
|-----|-----|-----|
76+
| Red Hat RPM package | 15.0.4138.2-1 | [Engine RPM package](https://packages.microsoft.com/rhel/8/mssql-server-2019/mssql-server-15.0.4138.2-1.x86_64.rpm)</br>[High Availability RPM package](https://packages.microsoft.com/rhel/8/mssql-server-2019/mssql-server-ha-15.0.4138.2-1.x86_64.rpm)</br>[Full-text Search RPM package](https://packages.microsoft.com/rhel/8/mssql-server-2019/mssql-server-fts-15.0.4138.2-1.x86_64.rpm)</br>[Extensibility RPM package](https://packages.microsoft.com/rhel/8/mssql-server-2019/mssql-server-extensibility-15.0.4138.2-1.x86_64.rpm)</br>[Java Extensibility RPM package](https://packages.microsoft.com/rhel/8/mssql-server-2019/mssql-server-extensibility-java-15.0.4138.2-1.x86_64.rpm)</br>[PolyBase RPM package](https://packages.microsoft.com/rhel/8/mssql-server-2019/mssql-server-polybase-15.0.4138.2-1.x86_64.rpm)|
77+
| SLES RPM package | 15.0.4138.2-1 | [mssql-server Engine RPM package](https://packages.microsoft.com/sles/12/mssql-server-2019/mssql-server-15.0.4138.2-1.x86_64.rpm)</br>[High Availability RPM package](https://packages.microsoft.com/sles/12/mssql-server-2019/mssql-server-ha-15.0.4138.2-1.x86_64.rpm)</br>[Full-text Search RPM package](https://packages.microsoft.com/sles/12/mssql-server-2019/mssql-server-fts-15.0.4138.2-1.x86_64.rpm)</br>[Extensibility RPM package](https://packages.microsoft.com/sles/12/mssql-server-2019/mssql-server-extensibility-15.0.4138.2-1.x86_64.rpm)</br>[Java Extensibility RPM package](https://packages.microsoft.com/sles/12/mssql-server-2019/mssql-server-extensibility-java-15.0.4138.2-1.x86_64.rpm)</br>[PolyBase RPM package](https://packages.microsoft.com/sles/12/mssql-server-2019/mssql-server-polybase-15.0.4138.2-1.x86_64.rpm)|
78+
| Ubuntu 20.04 Debian package | 15.0.4138.2-1 | [Engine Debian package](https://packages.microsoft.com/ubuntu/20.04/mssql-server-2019/pool/main/m/mssql-server/mssql-server_15.0.4138.2-1_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.4138.2-1_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.4138.2-1_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.4138.2-1_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.4138.2-1_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.4138.2-1_amd64.deb)|
79+
6080
## <a id="cu10"></a> CU10 (April 2021)
6181

6282
This is the Cumulative Update 10 (CU10) release of SQL Server 2019 (15.x). The SQL Server Database Engine version for this release is 15.0.4123.1. For information about the fixes and improvements, see <https://support.microsoft.com/help/5001090>.

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

Lines changed: 3 additions & 3 deletions
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: 04/07/2021
7+
ms.date: 06/10/2021
88
ms.topic: conceptual
99
ms.prod: sql
1010
ms.custom: "sqlfreshmay19"
@@ -41,8 +41,8 @@ SQL Server is supported on Red Hat Enterprise Linux (RHEL), SUSE Linux Enterpris
4141

4242
| Platform | Supported version(s) | Get |
4343
|-----|-----|----- |
44-
| **Red Hat Enterprise Linux** | 7.3, 7.4, 7.5, 7.6, 8 | [Get RHEL 7.6](https://access.redhat.com/products/red-hat-enterprise-linux/evaluation) |
45-
| **SUSE Linux Enterprise Server** | v12 SP2 | [Get SLES v12 SP2](https://www.suse.com/products/server) |
44+
| **Red Hat Enterprise Linux** | 7.3, 7.4, 7.5, 7.6, 8.0 - 8.3 | [Get RHEL 7.6](https://access.redhat.com/products/red-hat-enterprise-linux/evaluation) |
45+
| **SUSE Linux Enterprise Server** | v12 SP3 - SP5 | [Get SLES v12](https://www.suse.com/products/server) |
4646
| **Ubuntu** | 16.04, 18.04 | [Get Ubuntu 18.04](https://releases.ubuntu.com/bionic/) |
4747
| **Docker Engine** | 1.8+ | [Get Docker](https://www.docker.com/get-started) |
4848

0 commit comments

Comments
 (0)