Skip to content

Commit 43aa14e

Browse files
committed
Update docs for ubuntu 20.04
1 parent a07b6ef commit 43aa14e

9 files changed

Lines changed: 50 additions & 22 deletions

docs/azdata/install/deploy-install-azdata-linux-package.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to install the Azure Data CLI (azdata) tool with apt.
44
author: MikeRayMSFT
55
ms.author: mikeray
66
ms.reviewer: mihaelab
7-
ms.date: 09/30/2020
7+
ms.date: 04/07/2021
88
ms.topic: conceptual
99
ms.prod: sql
1010
ms.technology: big-data-cluster
@@ -16,7 +16,7 @@ ms.technology: big-data-cluster
1616

1717
For Linux distributions with `apt` there is a package for the `azdata-cli`. The CLI package has been tested on Linux versions which use `apt`:
1818

19-
- Ubuntu 16.04, Ubuntu 18.04
19+
- Ubuntu 16.04, Ubuntu 18.04, Ubuntu 20.04
2020

2121
[!INCLUDE [azdata-package-installation-remove-pip-install](../../includes/azdata-package-installation-remove-pip-install.md)]
2222

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: 06/22/2020
6+
ms.date: 04/07/2021
77
ms.author: vanto
88
---
99

@@ -13,7 +13,7 @@ ms.author: vanto
1313
|-----|-----|-----|-----|
1414
| Red Hat Enterprise Linux 7.3 - 7.8, 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 SP2 - SP5 | XFS or EXT4 | [Installation guide](../linux/quickstart-install-connect-suse.md) | [Get SLES v12](https://www.suse.com/products/server) |
16-
| Ubuntu 16.04 LTS, 18.04 LTS | XFS or EXT4 | [Installation guide](../linux/quickstart-install-connect-ubuntu.md) | [Get Ubuntu 18.04](http://releases.ubuntu.com/bionic/) |
16+
| 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

1919
> [!TIP]

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ In this quickstart, you use Docker to pull and run the SQL Server 2017 container
3434
::: moniker range=">= sql-server-linux-ver15 || >= sql-server-ver15 "
3535

3636
> [!NOTE]
37-
> Starting with SQL Server 2019 CU3, Ubuntu 18.04 is supported.
37+
> - Starting with SQL Server 2019 CU3, Ubuntu 18.04 is supported.
38+
> - Starting with SQL Server 2019 CU10, Ubuntu 20.04 is supported.
3839
3940
In this quickstart, you use Docker to pull and run the SQL Server 2019 container image, [mssql-server](https://hub.docker.com/r/microsoft/mssql-server). Then connect with **sqlcmd** to create your first database and run queries.
4041

@@ -43,7 +44,7 @@ In this quickstart, you use Docker to pull and run the SQL Server 2019 container
4344
4445
::: moniker-end
4546

46-
This image consists of SQL Server running on Linux based on Ubuntu 18.04. It can be used with the Docker Engine 1.8+ on Linux or on Docker for Mac/Windows. This quickstart specifically focuses on using the SQL Server on **Linux** image. The Windows image is not covered, but you can learn more about it on the [mssql-server-windows-developer Docker Hub page](https://hub.docker.com/r/microsoft/mssql-server-windows-developer/).
47+
This image consists of SQL Server running on Linux based on Ubuntu 20.04. It can be used with the Docker Engine 1.8+ on Linux or on Docker for Mac/Windows. This quickstart specifically focuses on using the SQL Server on **Linux** image. The Windows image is not covered, but you can learn more about it on the [mssql-server-windows-developer Docker Hub page](https://hub.docker.com/r/microsoft/mssql-server-windows-developer/).
4748

4849
## <a id="requirements"></a> Prerequisites
4950

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

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Ubuntu: Install SQL Server on Linux"
33
description: This quickstart shows how to install SQL Server 2017 or SQL Server 2019 on Ubuntu and then create and query a database with sqlcmd.
44
author: VanMSFT
55
ms.author: vanto
6-
ms.date: 07/15/2020
6+
ms.date: 04/07/2021
77
ms.topic: conceptual
88
ms.prod: sql
99
ms.custom: seo-lt-2019
@@ -27,7 +27,10 @@ In this quickstart, you install SQL Server 2017 on Ubuntu 16.04/18.04. You then
2727
<!--SQL Server 2019 on Linux-->
2828
::: moniker range=">= sql-server-linux-ver15 || >= sql-server-ver15 "
2929

30-
In this quickstart, you install SQL Server 2019 on Ubuntu 16.04/18.04. You then connect with **sqlcmd** to create your first database and run queries.
30+
In this quickstart, you install SQL Server 2019 on Ubuntu 16.04, 18.04, or 20.04. You then connect with **sqlcmd** to create your first database and run queries.
31+
32+
> [!NOTE]
33+
> Ubuntu 20.04 is supported starting with SQL Server 2019 CU10.
3134
3235
> [!TIP]
3336
> This tutorial requires user input and an internet connection. If you are interested in the unattended or offline installation procedures, see [Installation guidance for SQL Server on Linux](sql-server-linux-setup.md). For a list of supported platforms, see our [Release notes](sql-server-linux-release-notes-2019.md).
@@ -58,9 +61,9 @@ For other system requirements, see [System requirements for SQL Server on Linux]
5861
<!--SQL Server 2019 on Linux-->
5962
::: moniker range=">= sql-server-linux-ver15 || >= sql-server-ver15 "
6063

61-
You must have an Ubuntu 16.04 or 18.04 machine with **at least 2 GB** of memory.
64+
You must have an Ubuntu 16.04, 18.04, or 20.04 machine with **at least 2 GB** of memory.
6265

63-
To install Ubuntu 18.04 on your own machine, go to <http://releases.ubuntu.com/bionic/>. You can also create Ubuntu virtual machines in Azure. See [Create and Manage Linux VMs with the Azure CLI](/azure/virtual-machines/linux/tutorial-manage-vm).
66+
To install Ubuntu 20.04 on your own machine, go to <https://releases.ubuntu.com/20.04/>. You can also create Ubuntu virtual machines in Azure. See [Create and Manage Linux VMs with the Azure CLI](/azure/virtual-machines/linux/tutorial-manage-vm).
6467

6568
> [!NOTE]
6669
> At this time, the [Windows Subsystem for Linux](/windows/wsl/about) for Windows 10 is not supported as an installation target.
@@ -151,7 +154,7 @@ At this point, SQL Server is running on your Ubuntu machine and is ready to use!
151154
## <a id="install"></a>Install SQL Server
152155

153156
> [!NOTE]
154-
> The following commands for SQL Server 2019 points to the Ubuntu 18.04 repository. If you are using Ubuntu 16.04, change the path below to `/ubuntu/16.04/` instead of `/ubuntu/18.04/`.
157+
> The following commands for SQL Server 2019 points to the Ubuntu 20.04 repository. If you are using Ubuntu 18.04 or 16.04, change the path below to `/ubuntu/18.04/` or `/ubuntu/16.04/` instead of `/ubuntu/20.04/`.
155158
156159
To configure SQL Server on Ubuntu, run the following commands in a terminal to install the **mssql-server** package.
157160

@@ -175,6 +178,12 @@ To configure SQL Server on Ubuntu, run the following commands in a terminal to i
175178
sudo add-apt-repository "$(wget -qO- https://packages.microsoft.com/config/ubuntu/18.04/mssql-server-2019.list)"
176179
```
177180

181+
For Ubuntu 20.04:
182+
183+
```bash
184+
sudo add-apt-repository "$(wget -qO- https://packages.microsoft.com/config/ubuntu/20.04/mssql-server-2019.list)"
185+
```
186+
178187
3. Run the following commands to install SQL Server:
179188

180189
```bash
@@ -229,6 +238,12 @@ Use the following steps to install the **mssql-tools** on Ubuntu.
229238
curl https://packages.microsoft.com/config/ubuntu/18.04/prod.list | sudo tee /etc/apt/sources.list.d/msprod.list
230239
```
231240

241+
For Ubuntu 20.04:
242+
243+
```bash
244+
curl https://packages.microsoft.com/config/ubuntu/20.04/prod.list | sudo tee /etc/apt/sources.list.d/msprod.list
245+
```
246+
232247
1. Update the sources list and run the installation command with the unixODBC developer package. For more information, see [Install the Microsoft ODBC driver for SQL Server (Linux)](../connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server.md).
233248

234249
```bash

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,10 @@ If necessary, remove the old repository. Use one of the following commands based
152152
If necessary, remove the old repository. Use one of the following commands based on the type of previously configured repository.
153153

154154
> [!NOTE]
155-
> Starting with SQL Server 2019 CU3 and SQL Server 2017 CU20, Ubuntu 18.04 is supported. If you are using Ubuntu 16.04, change the path below to `/ubuntu/16.04` instead of `/ubuntu/18.04`, and use the correct [distribution code name](https://releases.ubuntu.com/).
155+
>
156+
> - Starting with SQL Server 2019 CU10, Ubuntu 20.04 is supported.
157+
> - Starting with SQL Server 2019 CU3 and SQL Server 2017 CU20, Ubuntu 18.04 is supported.
158+
> - If you are using Ubuntu 16.04, change the path below to `/ubuntu/16.04` instead of `/ubuntu/18.04`, and use the correct [distribution code name](https://releases.ubuntu.com/).
156159
157160
| Repository | Command to remove |
158161
|---|---|
@@ -204,9 +207,10 @@ Configure the new repository to use for SQL Server installations and upgrades. U
204207
Configure the new repository to use for SQL Server installations and upgrades.
205208

206209
> [!NOTE]
207-
> Starting with SQL Server 2019 CU3 and SQL Server 2017 CU20, Ubuntu 18.04 is supported. The following commands points to the Ubuntu 18.04 repository.
208210
>
209-
> If you are using Ubuntu 16.04, change the path below to `/ubuntu/16.04` instead of `/ubuntu/18.04`.
211+
> - Starting with SQL Server 2019 CU10, Ubuntu 20.04 is supported
212+
> - Starting with SQL Server 2019 CU3 and SQL Server 2017 CU20, Ubuntu 18.04 is supported.
213+
> - The following commands points to the Ubuntu 18.04 repository. If you are using Ubuntu 16.04, change the path below to `/ubuntu/16.04` instead of `/ubuntu/18.04`.
210214
211215
1. Import the public repository GPG keys.
212216

docs/linux/sql-server-linux-docker-container-deployment.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,10 @@ Packages
204204
## <a id="tags"></a> Run a specific SQL Server container image
205205
206206
> [!NOTE]
207-
> Starting with SQL Server 2019 CU3, Ubuntu 18.04 is supported. You can retrieve a list of all available tags for mssql/server at <https://mcr.microsoft.com/v2/mssql/server/tags/list>.
207+
>
208+
> - Starting with SQL Server 2019 CU3, Ubuntu 18.04 is supported.
209+
> - Starting with SQL Server 2019 CU10, Ubuntu 20.04 is supported.
210+
> - You can retrieve a list of all available tags for mssql/server at <https://mcr.microsoft.com/v2/mssql/server/tags/list>.
208211
209212
There are scenarios where you might not want to use the latest SQL Server container image. To run a specific SQL Server container image, use the following steps:
210213

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ For manual or offline package installations, you can download the RPM and Debian
6868
> [!NOTE]
6969
> 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/>
7070
>
71-
> **Ubuntu 18.04** is now supported on SQL Server 2019 starting with CU3. The offline package installation links for Ubuntu are pointing to Ubuntu 18.04 packages. If you are looking for Ubuntu 16.04 packages, refer to the download path <https://packages.microsoft.com/ubuntu/16.04/mssql-server-2019/pool/main/m/>
71+
> **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/>
7272
7373
| Package | Package version | Downloads |
7474
|-----|-----|-----|
7575
| Red Hat RPM package | 15.0.4123.1-5 | [Engine RPM package](https://packages.microsoft.com/rhel/8/mssql-server-2019/mssql-server-15.0.4123.1-5.x86_64.rpm)</br>[High Availability RPM package](https://packages.microsoft.com/rhel/8/mssql-server-2019/mssql-server-ha-15.0.4123.1-5.x86_64.rpm)</br>[Full-text Search RPM package](https://packages.microsoft.com/rhel/8/mssql-server-2019/mssql-server-fts-15.0.4123.1-5.x86_64.rpm)</br>[Extensibility RPM package](https://packages.microsoft.com/rhel/8/mssql-server-2019/mssql-server-extensibility-15.0.4123.1-5.x86_64.rpm)</br>[Java Extensibility RPM package](https://packages.microsoft.com/rhel/8/mssql-server-2019/mssql-server-extensibility-java-15.0.4123.1-5.x86_64.rpm)</br>[PolyBase RPM package](https://packages.microsoft.com/rhel/8/mssql-server-2019/mssql-server-polybase-15.0.4123.1-5.x86_64.rpm)|
7676
| SLES RPM package | 15.0.4123.1-5 | [mssql-server Engine RPM package](https://packages.microsoft.com/sles/12/mssql-server-2019/mssql-server-15.0.4123.1-5.x86_64.rpm)</br>[High Availability RPM package](https://packages.microsoft.com/sles/12/mssql-server-2019/mssql-server-ha-15.0.4123.1-5.x86_64.rpm)</br>[Full-text Search RPM package](https://packages.microsoft.com/sles/12/mssql-server-2019/mssql-server-fts-15.0.4123.1-5.x86_64.rpm)</br>[Extensibility RPM package](https://packages.microsoft.com/sles/12/mssql-server-2019/mssql-server-extensibility-15.0.4123.1-5.x86_64.rpm)</br>[Java Extensibility RPM package](https://packages.microsoft.com/sles/12/mssql-server-2019/mssql-server-extensibility-java-15.0.4123.1-5.x86_64.rpm)</br>[PolyBase RPM package](https://packages.microsoft.com/sles/12/mssql-server-2019/mssql-server-polybase-15.0.4123.1-5.x86_64.rpm)|
77-
| Ubuntu 18.04 Debian package | 15.0.4123.1-5 | [Engine Debian package](https://packages.microsoft.com/ubuntu/18.04/mssql-server-2019/pool/main/m/mssql-server/mssql-server_15.0.4123.1-5_amd64.deb)</br>[High Availability Debian package](https://packages.microsoft.com/ubuntu/18.04/mssql-server-2019/pool/main/m/mssql-server-ha/mssql-server-ha_15.0.4123.1-5_amd64.deb)</br>[Full-text Search Debian package](https://packages.microsoft.com/ubuntu/18.04/mssql-server-2019/pool/main/m/mssql-server-fts/mssql-server-fts_15.0.4123.1-5_amd64.deb)</br>[Extensibility Debian package](https://packages.microsoft.com/ubuntu/18.04/mssql-server-2019/pool/main/m/mssql-server-extensibility/mssql-server-extensibility_15.0.4123.1-5_amd64.deb)</br>[Java Extensibility Debian package](https://packages.microsoft.com/ubuntu/18.04/mssql-server-2019/pool/main/m/mssql-server-extensibility-java/mssql-server-extensibility-java_15.0.4123.1-5_amd64.deb)</br>[PolyBase RPM package](https://packages.microsoft.com/ubuntu/18.04/mssql-server-2019/pool/main/m/mssql-server-polybase/mssql-server-polybase_15.0.4123.1-5_amd64.deb)|
77+
| Ubuntu 18.04 Debian package | 15.0.4123.1-5 | [Engine Debian package](https://packages.microsoft.com/ubuntu/20.04/mssql-server-2019/pool/main/m/mssql-server/mssql-server_15.0.4123.1-5_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.4123.1-5_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.4123.1-5_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.4123.1-5_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.4123.1-5_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.4123.1-5_amd64.deb)|
7878

7979
## <a id="cu9"></a> CU9 (February 2021)
8080

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: SQL Server
44
description: Learn how to install the SQL Server command-line tools, Microsoft ODBC drivers, and their dependencies on Linux.
55
author: VanMSFT
66
ms.author: vanto
7-
ms.date: 06/30/2020
7+
ms.date: 04/07/2021
88
ms.topic: conceptual
99
ms.prod: sql
1010
ms.custom: "sqlfreshmay19"
@@ -91,7 +91,10 @@ Use the following steps to install the **mssql-tools** on Red Hat Enterprise Lin
9191
Use the following steps to install the **mssql-tools** on Ubuntu.
9292
9393
> [!NOTE]
94-
> Ubuntu 18.04 is supported starting with SQL Server 2019 CU3. If you are using Ubuntu 18.04, change the repository path from `/ubuntu/16.04` to `/ubuntu/18.04`.
94+
>
95+
> - Ubuntu 18.04 is supported starting with SQL Server 2019 CU3.
96+
> - Ubuntu 20.04 is supported starting with SQL Server 2019 CU10.
97+
> - If you are using Ubuntu 20.04, change the repository path from `/ubuntu/16.04` to `/ubuntu/20.04`.
9598
9699
1. Import the public repository GPG keys.
97100

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

Lines changed: 5 additions & 3 deletions
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: 03/12/2020
6+
ms.date: 04/07/2021
77
ms.topic: conceptual
88
ms.prod: sql
99
ms.technology: linux
@@ -15,9 +15,11 @@ ms.technology: linux
1515

1616
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).
1717

18-
## Ubuntu 18.04 supported
18+
## Ubuntu 18.04 and 20.04 supported
1919

20-
Starting with SQL Server 2019 CU3, Ubuntu 18.04 is now supported. Check out our Quickstart on [Installing SQL Server and creating a database on Ubuntu](quickstart-install-connect-ubuntu.md?view=sql-server-linux-ver15&preserve-view=true).
20+
- Starting with SQL Server 2019 CU3, Ubuntu 18.04 is now supported.
21+
- Starting with SQL Server 2019 CU10, Ubuntu 20.04 is now supported.
22+
- Check out our Quickstart on [Installing SQL Server and creating a database on Ubuntu](quickstart-install-connect-ubuntu.md?view=sql-server-linux-ver15&preserve-view=true).
2123

2224
## RHEL 8 supported
2325

0 commit comments

Comments
 (0)