Skip to content

Commit 22feaab

Browse files
committed
CTP 2.0 -> CTP 2.1
1 parent df97eb5 commit 22feaab

5 files changed

Lines changed: 10 additions & 10 deletions

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For more information on supported platforms, see [Release notes for SQL Server 2
2929
In this quickstart, you install [!INCLUDE [sssql19-md](../includes/sssql19-md.md)] on SUSE Linux Enterprise Server (SLES) v15. Then you can connect with **sqlcmd** to create your first database and run queries.
3030

3131
> [!WARNING]
32-
> SUSE Linux Enterprise Server (SLES) is not a supported platform for the Community Technology Preview (CTP) 2.0 release of [!INCLUDE[sssql22](../includes/sssql22-md.md)]. You won't be able to install [!INCLUDE[sssql22](../includes/sssql22-md.md)].
32+
> SUSE Linux Enterprise Server (SLES) is not a supported platform for the Community Technology Preview (CTP) 2.1 release of [!INCLUDE[sssql22](../includes/sssql22-md.md)]. You won't be able to install [!INCLUDE[sssql22](../includes/sssql22-md.md)].
3333
3434
For more information on supported platforms, see [Release notes for [!INCLUDE[sssql22](../includes/sssql22-md.md)] on Linux](sql-server-linux-release-notes-2022.md).
3535

@@ -130,7 +130,7 @@ At this point, [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] is run
130130
```
131131

132132
> [!WARNING]
133-
> SUSE Linux Enterprise Server (SLES) is not a supported platform for the Community Technology Preview (CTP) 2.0 release of [!INCLUDE[sssql22](../includes/sssql22-md.md)]. You won't be able to install [!INCLUDE[sssql22](../includes/sssql22-md.md)].
133+
> SUSE Linux Enterprise Server (SLES) is not a supported platform for the Community Technology Preview (CTP) 2.1 release of [!INCLUDE[sssql22](../includes/sssql22-md.md)]. You won't be able to install [!INCLUDE[sssql22](../includes/sssql22-md.md)].
134134
135135
> [!TIP]
136136
> If you want to install a different version of [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)], see the [[!INCLUDE [sssql17-md](../includes/sssql17-md.md)]](quickstart-install-connect-suse.md?view=sql-server-linux-2017&preserve-view=true#install) version of this article.

docs/linux/sql-server-linux-editions-and-components-2022.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This article provides details of features supported by the various editions of [
3535
Installation requirements vary based on your application needs. The different editions of [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] accommodate the unique performance, runtime, and price requirements of organizations and individuals. The [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] components that you install also depend on your specific requirements. The following sections help you understand how to make the best choice among the editions and components available in [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)].
3636

3737
> [!IMPORTANT]
38-
> SUSE Linux Enterprise Server **is not supported** for [!INCLUDE[sssql22](../includes/sssql22-md.md)] on Linux CTP 2.0, and will follow in a later release.
38+
> SUSE Linux Enterprise Server **is not supported** for [!INCLUDE[sssql22](../includes/sssql22-md.md)] on Linux CTP 2.1, and will follow in a later release.
3939
4040
For the latest release notes and what's new information, see [SQL Server 2022 Preview on Linux release notes](sql-server-linux-release-notes-2022.md)
4141

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The following release notes apply to the public community technology preview (CT
2626
| Ubuntu 20.04 LTS | XFS or EXT4 | [Installation guide](../linux/quickstart-install-connect-ubuntu.md) | [Get Ubuntu 20.04](https://releases.ubuntu.com/20.04/) |
2727
| Docker Engine 1.8+ on Linux | N/A | [Installation guide](../linux/quickstart-install-connect-docker.md) | [Get Docker](https://www.docker.com/get-started) |
2828

29-
SUSE Linux Enterprise Server (SLES) **is not supported** for CTP 2.0, and will follow in a later release.
29+
SUSE Linux Enterprise Server (SLES) **is not supported** for CTP 2.1, and will follow in a later release.
3030

3131
> [!TIP]
3232
> For more information, review the [system requirements](../linux/sql-server-linux-setup.md#system) for [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] on Linux. For the latest support policy for [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)], see the [Technical support policy for Microsoft SQL Server](/troubleshoot/sql/general/support-policy-sql-server).
@@ -66,7 +66,7 @@ For manual or offline package installations, you can download the RPM and Debian
6666

6767
## Known issues
6868

69-
The following sections describe known issues with the CTP 2.0 release of [!INCLUDE[sssql22](../includes/sssql22-md.md)] on Linux.
69+
The following sections describe known issues with the CTP 2.1 release of [!INCLUDE[sssql22](../includes/sssql22-md.md)] on Linux.
7070

7171
### General
7272

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ monikerRange: ">=sql-server-ver16||>=sql-server-linux-ver16"
1818

1919
[!INCLUDE [SQL Server - Linux](../includes/applies-to-version/sql-linux.md)]
2020

21-
This article provides guidance for installing, updating, and uninstalling [!INCLUDE [sssql22-md](../includes/sssql22-md.md)] community technology preview (CTP) 2.0 on Linux.
21+
This article provides guidance for installing, updating, and uninstalling [!INCLUDE [sssql22-md](../includes/sssql22-md.md)] community technology preview (CTP) 2.1 on Linux.
2222

2323
> [!TIP]
2424
> For installing [!INCLUDE [sssql17-md](../includes/sssql17-md.md)] or [!INCLUDE [sssql19-md](../includes/sssql19-md.md)] on Linux, see the [Installation guidance for SQL Server on Linux](./sql-server-linux-setup.md).
@@ -38,7 +38,7 @@ For answers to frequently asked questions, see the [SQL Server on Linux FAQ](../
3838
SQL Server is supported on Red Hat Enterprise Linux (RHEL), and Ubuntu. It's also supported as a Docker image, which can run on Docker Engine on Linux.
3939

4040
> [!IMPORTANT]
41-
> SUSE Linux Enterprise Server (SLES) **is not supported** for [!INCLUDE[sssql22](../includes/sssql22-md.md)] on Linux CTP 2.0, and will follow in a later release.
41+
> SUSE Linux Enterprise Server (SLES) **is not supported** for [!INCLUDE[sssql22](../includes/sssql22-md.md)] on Linux CTP 2.1, and will follow in a later release.
4242
4343
| Platform | File System | Installation Guide | Get |
4444
| --- | --- | --- | --- |
@@ -74,7 +74,7 @@ If you use **Network File System (NFS)** remote shares in production, note the f
7474

7575
When you install or upgrade [!INCLUDE [sssql22-md](../includes/sssql22-md.md)], you get the latest version of SQL Server from your configured Microsoft repository.
7676

77-
Although the quickstarts refer to the Cumulative Update **CU** repository, you must use the **mssql-server-preview** repository for CTP 2.0.
77+
Although the quickstarts refer to the Cumulative Update **CU** repository, you must use the **mssql-server-preview** repository for CTP 2.1.
7878

7979
For more information on repositories and how to configure them, see [Configure repositories for SQL Server on Linux](sql-server-linux-change-repo.md).
8080

@@ -86,7 +86,7 @@ You can install SQL Server on Linux from the command line. For step-by-step inst
8686
- [Ubuntu](quickstart-install-connect-ubuntu.md?view=sql-server-linux-ver15&preserve-view=true)
8787
- [Docker](quickstart-install-connect-docker.md?view=sql-server-linux-ver15&preserve-view=true)
8888

89-
For [!INCLUDE [sssql22-md](../includes/sssql22-md.md)] on Linux CTP 2.0, SUSE Linux Enterprise Server (SLES) isn't supported.
89+
For [!INCLUDE [sssql22-md](../includes/sssql22-md.md)] on Linux CTP 2.1, SUSE Linux Enterprise Server (SLES) isn't supported.
9090

9191
You can also run SQL Server on Linux in an Azure virtual machine. For more information, see [Provision a SQL VM in Azure](/azure/azure-sql/virtual-machines/windows/create-sql-vm-portal).
9292

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.technology: linux
2121
This article provides guidance for installing, updating, and uninstalling [!INCLUDE [sssql17-md](../includes/sssql17-md.md)], and [!INCLUDE [sssql19-md](../includes/sssql19-md.md)] on Linux.
2222

2323
> [!TIP]
24-
> For installing [!INCLUDE [sssql22-md](../includes/sssql22-md.md)] CTP 2.0 on Linux, see [Installation guidance for SQL Server 2022 (16.x) Preview on Linux](./sql-server-linux-setup-2022.md).
24+
> For installing [!INCLUDE [sssql22-md](../includes/sssql22-md.md)] CTP 2.1 on Linux, see [Installation guidance for SQL Server 2022 (16.x) Preview on Linux](./sql-server-linux-setup-2022.md).
2525
2626
For other deployment scenarios, see:
2727

0 commit comments

Comments
 (0)