Skip to content

Commit d234b42

Browse files
committed
Fixing supported RHEL versions
1 parent 0626551 commit d234b42

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.assetid: 92503f59-96dc-4f6a-b1b0-d135c43e935e
1919
<!--SQL Server 2017 on Linux-->
2020
::: moniker range="= sql-server-linux-2017 || = sql-server-2017"
2121

22-
In this quickstart, you install SQL Server 2017 or SQL Server 2019 on Red Hat Enterprise Linux (RHEL) 7.3+. You then connect with **sqlcmd** to create your first database and run queries.
22+
In this quickstart, you install SQL Server 2017 or SQL Server 2019 on Red Hat Enterprise Linux (RHEL). You then connect with **sqlcmd** to create your first database and run queries.
2323

2424
::: moniker-end
2525
<!--SQL Server 2019 on Linux-->
@@ -34,7 +34,7 @@ In this quickstart, you install SQL Server 2019 preview on Red Hat Enterprise Li
3434
3535
## Prerequisites
3636

37-
You must have a RHEL 7.3 or 7.4 machine with **at least 2 GB** of memory.
37+
You must have a RHEL 7.3, 7.4, 7.5, or 7.6 machine with **at least 2 GB** of memory.
3838

3939
To install Red Hat Enterprise Linux on your own machine, go to [https://access.redhat.com/products/red-hat-enterprise-linux/evaluation](https://access.redhat.com/products/red-hat-enterprise-linux/evaluation). You can also create RHEL virtual machines in Azure. See [Create and Manage Linux VMs with the Azure CLI](https://docs.microsoft.com/azure/virtual-machines/linux/tutorial-manage-vm), and use `--image RHEL` in the call to `az vm create`.
4040

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following release notes apply to SQL Server 2019 preview running on Linux. T
2424

2525
| Platform | File System | Installation Guide |
2626
|-----|-----|-----|
27-
| Red Hat Enterprise Linux 7.3 or 7.4 Workstation, Server, and Desktop | XFS or EXT4 | [Installation guide](quickstart-install-connect-red-hat.md) |
27+
| Red Hat Enterprise Linux 7.3, 7.4, 7.5, or 7.6 Server | XFS or EXT4 | [Installation guide](quickstart-install-connect-red-hat.md) |
2828
| SUSE Enterprise Linux Server v12 SP2 | XFS or EXT4 | [Installation guide](quickstart-install-connect-suse.md) |
2929
| Ubuntu 16.04LTS | XFS or EXT4 | [Installation guide](quickstart-install-connect-ubuntu.md) |
3030
| Docker Engine 1.8+ on Windows, Mac, or Linux | N/A | [Installation guide](quickstart-install-connect-docker.md) |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following release notes apply to [!INCLUDE[ssSQL17](../includes/sssql17-md.m
2424

2525
| Platform | File System | Installation Guide |
2626
|-----|-----|-----|
27-
| Red Hat Enterprise Linux 7.3 or 7.4 Workstation, Server, and Desktop | XFS or EXT4 | [Installation guide](quickstart-install-connect-red-hat.md) |
27+
| Red Hat Enterprise Linux 7.3, 7.4, 7.5, or 7.6 Server | XFS or EXT4 | [Installation guide](quickstart-install-connect-red-hat.md) |
2828
| SUSE Enterprise Linux Server v12 SP2 | XFS or EXT4 | [Installation guide](quickstart-install-connect-suse.md) |
2929
| Ubuntu 16.04LTS | XFS or EXT4 | [Installation guide](quickstart-install-connect-ubuntu.md) |
3030
| Docker Engine 1.8+ on Windows, Mac, or Linux | N/A | [Installation guide](quickstart-install-connect-docker.md) |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ SQL Server 2017 is supported on Red Hat Enterprise Linux (RHEL), SUSE Linux Ente
3232

3333
| Platform | Supported version(s) | Get
3434
|-----|-----|-----
35-
| **Red Hat Enterprise Linux** | 7.3 or 7.4 | [Get RHEL 7.4](https://access.redhat.com/products/red-hat-enterprise-linux/evaluation)
35+
| **Red Hat Enterprise Linux** | 7.3, 7.4, 7.5, 7.6 | [Get RHEL 7.6](https://access.redhat.com/products/red-hat-enterprise-linux/evaluation)
3636
| **SUSE Linux Enterprise Server** | v12 SP2 | [Get SLES v12 SP2](https://www.suse.com/products/server)
3737
| **Ubuntu** | 16.04 | [Get Ubuntu 16.04](https://www.ubuntu.com/download/server)
3838
| **Docker Engine** | 1.8+ | [Get Docker](https://www.docker.com/products/overview)

0 commit comments

Comments
 (0)