Skip to content

Commit 3b87f9b

Browse files
authored
Merge pull request #19541 from VanMSFT/removeRHEL76support
Removed support for RHEL 7.6 and lower
2 parents e2e382b + 67f29e4 commit 3b87f9b

10 files changed

+17
-15
lines changed

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

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

1010
## Supported platforms
1111

1212
| Platform | File System | Installation Guide | Get |
1313
|-----|-----|-----|-----|
14-
| 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) |
14+
| 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) |
1515
| 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) |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In this quickstart, you will install SQL Server on Red Hat Enterprise Linux (RHE
2020
2121
## Amazon Web Services
2222
1. Create a Linux AMI with at least 2 GB of memory from the marketplace
23-
* [RHEL 7.3+](https://aws.amazon.com/marketplace/pp/B00KWBZVK6)
23+
* [RHEL 7.7+](https://aws.amazon.com/marketplace/pp/B00KWBZVK6)
2424
* [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
@@ -46,7 +46,7 @@ In this quickstart, you will install SQL Server on Red Hat Enterprise Linux (RHE
4646

4747
## Google Cloud Platform
4848
1. Create a Linux image with at least 2 GB of memory from the Cloud Launcher
49-
* [RHEL 7.3+](https://console.cloud.google.com/launcher/details/rhel-cloud/rhel-7)
49+
* [RHEL 7.7+](https://console.cloud.google.com/launcher/details/rhel-cloud/rhel-7)
5050
* [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

docs/linux/quickstart-install-connect-red-hat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ In this quickstart, you install SQL Server 2019 on Red Hat Enterprise Linux (RHE
3636
<!--SQL Server 2019 on Linux-->
3737
::: moniker range=">= sql-server-linux-ver15 || >= sql-server-ver15 "
3838

39-
You must have a RHEL 7.3 - 7.8, or 8.0 - 8.3 machine with **at least 2 GB** of memory.
39+
You must have a RHEL 7.7 - 7.8, or 8.0 - 8.3 machine with **at least 2 GB** of memory.
4040

4141
::: moniker-end
4242

4343
<!--SQL Server 2017 on Linux-->
4444
::: moniker range="= sql-server-linux-2017 || = sql-server-2017"
4545

46-
You must have a RHEL 7.3 - 7.8, or 8.0 - 8.3 machine with **at least 2 GB** of memory.
46+
You must have a RHEL 7.7 - 7.8, or 8.0 - 8.3 machine with **at least 2 GB** of memory.
4747

4848
::: moniker-end
4949

docs/linux/sql-server-linux-active-directory-join-domain.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: This article provides guidance joining a SQL Server Linux host mach
55
author: tejasaks
66
ms.author: tejasaks
77
ms.reviewer: vanto
8-
ms.date: 11/30/2020
8+
ms.date: 06/11/2021
99
ms.topic: conceptual
1010
ms.prod: sql
1111
ms.technology: linux
@@ -22,6 +22,8 @@ Before you configure Active Directory authentication, you need to set up an Acti
2222

2323
> [!IMPORTANT]
2424
> The sample steps described in this article are for guidance only and refer to Ubuntu 16.04, Red Hat Enterprise Linux (RHEL) 7.x and SUSE Enterprise Linux (SLES) 12 operating systems. Actual steps may slightly differ in your environment depending on how your overall environment is configured and operating system version. For example, Ubuntu 18.04 uses netplan while Red Hat Enterprise Linux (RHEL) 8.x uses nmcli among other tools to manage and configure network. It is recommended to engage your system and domain administrators for your environment for specific tooling, configuration, customization, and any required troubleshooting.
25+
>
26+
> For information on configuring Active Directory with newer versions of Ubuntu, RHEL, or SLES, see [Configure Active Directory authentication with SQL Server on Linux using adutil](sql-server-linux-ad-auth-adutil-tutorial.md).
2527
2628
### Reverse DNS (RDNS)
2729

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ sudo pcs property set cluster-recheck-interval=2min
138138
```
139139
140140
> [!IMPORTANT]
141-
> All distributions (including RHEL 7.3 and 7.4) that use the latest available Pacemaker package 1.1.18-11.el7 introduce a behavior change for the start-failure-is-fatal cluster setting when its value is false. This change affects the failover workflow. If a primary replica experiences an outage, the cluster is expected to failover to one of the available secondary replicas. Instead, users will notice that the cluster keeps trying to start the failed primary replica. If that primary never comes online (because of a permanent outage), the cluster never fails over to another available secondary replica. Because of this change, a previously recommended configuration to set start-failure-is-fatal is no longer valid and the setting needs to be reverted back to its default value of `true`.
141+
> All distributions that use the latest available Pacemaker package 1.1.18-11.el7 introduce a behavior change for the start-failure-is-fatal cluster setting when its value is false. This change affects the failover workflow. If a primary replica experiences an outage, the cluster is expected to failover to one of the available secondary replicas. Instead, users will notice that the cluster keeps trying to start the failed primary replica. If that primary never comes online (because of a permanent outage), the cluster never fails over to another available secondary replica. Because of this change, a previously recommended configuration to set start-failure-is-fatal is no longer valid and the setting needs to be reverted back to its default value of `true`.
142142
> Additionally, the AG resource needs to be updated to include the `failover-timeout` property.
143143
144144
To update the property value to `true` run:

docs/linux/sql-server-linux-change-repo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Configure the new repository to use for SQL Server installations and upgrades. U
178178
>
179179
> Starting with SQL Server 2017 CU20, RHEL 8 is supported.
180180
>
181-
> If you are using RHEL 7 or RHEL 8, ensure the paths match `/rhel/7` or `/rhel/8`. Our packages are agnostic to RHEL minor versions. This means that if you are using RHEL 7.6, you will need to use the path `/rhel/7` to configure your repository.
181+
> If you are using RHEL 7 or RHEL 8, ensure the paths match `/rhel/7` or `/rhel/8`. Our packages are agnostic to RHEL minor versions. This means that if you are using RHEL 7.7, you will need to use the path `/rhel/7` to configure your repository.
182182
183183
| Repository | Version | Command |
184184
|---|---|---|

docs/linux/sql-server-linux-create-availability-group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ The AG resource that is created is a special kind of resource called a clone. Th
590590
```
591591

592592
>[!NOTE]
593-
>On RHEL 7.4, you may encounter a warning with the use of --master. To avoid this, use
593+
>On RHEL 7.7, you may encounter a warning with the use of --master. To avoid this, use
594594
>`sudo pcs resource create <NameForAGResource> ocf:mssql:ag ag_name=<AGName> meta failover-timeout=30s master notify=true`
595595

596596
**SUSE Linux Enterprise Server (SLES)**

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

Lines changed: 1 addition & 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: 06/10/2021
6+
ms.date: 06/11/2021
77
ms.topic: conceptual
88
ms.prod: sql
99
ms.technology: linux

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ The following release notes apply to [!INCLUDE[ssSQL17](../includes/sssql17-md.m
2222

2323
| Platform | File System | Installation Guide |
2424
|-----|-----|-----|
25-
| Red Hat Enterprise Linux 7.3 - 7.8, or 8.0 - 8.3 Server | XFS or EXT4 | [Installation guide](quickstart-install-connect-red-hat.md) |
26-
| SUSE Enterprise Linux Server v12 SP2 - SP5 | XFS or EXT4 | [Installation guide](quickstart-install-connect-suse.md) |
25+
| Red Hat Enterprise Linux 7.7 - 7.9, or 8.0 - 8.3 Server | XFS or EXT4 | [Installation guide](quickstart-install-connect-red-hat.md) |
26+
| SUSE Enterprise Linux Server v12 SP3 - SP5 | XFS or EXT4 | [Installation guide](quickstart-install-connect-suse.md) |
2727
| Ubuntu 16.04 LTS, 18.04 LTS | XFS or EXT4 | [Installation guide](quickstart-install-connect-ubuntu.md) |
2828
| Docker Engine 1.8+ on Windows, Mac, or Linux | N/A | [Installation guide](quickstart-install-connect-docker.md) |
2929

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

Lines changed: 2 additions & 2 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: 06/10/2021
7+
ms.date: 06/11/2021
88
ms.topic: conceptual
99
ms.prod: sql
1010
ms.custom: "sqlfreshmay19"
@@ -41,7 +41,7 @@ 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.0 - 8.3 | [Get RHEL 7.6](https://access.redhat.com/products/red-hat-enterprise-linux/evaluation) |
44+
| **Red Hat Enterprise Linux** | 7.7 - 7.9, 8.0 - 8.3 | [Get RHEL](https://access.redhat.com/products/red-hat-enterprise-linux/evaluation) |
4545
| **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) |

0 commit comments

Comments
 (0)