Skip to content

Commit dd0f652

Browse files
committed
merge conflcit
2 parents 93098fd + 8b4d72e commit dd0f652

28 files changed

Lines changed: 1037 additions & 973 deletions

.openpublishing.redirection.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59474,6 +59474,21 @@
5947459474
"source_path": "docs/linux/sql-server-linux-setup-2022.md",
5947559475
"redirect_url": "/sql/linux/sql-server-linux-setup",
5947659476
"redirect_document_id": false
59477+
},
59478+
{
59479+
"source_path": "docs/linux/sql-server-linux-availability-group-cluster-rhel.md",
59480+
"redirect_url": "/sql/linux/sql-server-linux-availability-group-cluster-pacemaker",
59481+
"redirect_document_id": false
59482+
},
59483+
{
59484+
"source_path": "docs/linux/sql-server-linux-availability-group-cluster-sles.md",
59485+
"redirect_url": "/sql/linux/sql-server-linux-availability-group-cluster-pacemaker",
59486+
"redirect_document_id": false
59487+
},
59488+
{
59489+
"source_path": "docs/linux/sql-server-linux-availability-group-cluster-ubuntu.md",
59490+
"redirect_url": "/sql/linux/sql-server-linux-availability-group-cluster-pacemaker",
59491+
"redirect_document_id": false
5947759492
}
5947859493
]
5947959494
}

azure-sql/virtual-machines/linux/rhel-high-availability-listener-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.topic: tutorial
1414
> [!NOTE]
1515
> The tutorial presented is in **public preview**.
1616
>
17-
> We use SQL Server 2017 with RHEL 7.6 in this tutorial, but it is possible to use SQL Server 2019 in RHEL 7 or RHEL 8 to configure high availability. The commands to configure availability group resources has changed in RHEL 8, and you'll want to look at the article [Create availability group resource](/sql/linux/sql-server-linux-availability-group-cluster-rhel#create-availability-group-resource) and RHEL 8 resources for more information on the correct commands.
17+
> We use SQL Server 2017 with RHEL 7.6 in this tutorial, but it is possible to use SQL Server 2019 in RHEL 7 or RHEL 8 to configure high availability. The commands to configure availability group resources has changed in RHEL 8, and you'll want to look at the article [Create availability group resource](/sql/linux/sql-server-linux-availability-group-cluster-pacemaker?tabs=rhel#create-availability-group-resource) and RHEL 8 resources for more information on the correct commands.
1818
1919
This tutorial will go over steps on how to create an availability group listener for your SQL Servers on RHEL virtual machines (VMs) in Azure. You will learn how to:
2020

azure-sql/virtual-machines/linux/rhel-high-availability-stonith-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.topic: tutorial
1111
[!INCLUDE[appliesto-sqlvm](../../includes/appliesto-sqlvm.md)]
1212

1313
> [!NOTE]
14-
> We use SQL Server 2017 with RHEL 7.6 in this tutorial, but it is possible to use SQL Server 2019 in RHEL 7 or RHEL 8 to configure high availability. The commands to configure the pacemake cluster and availability group resources has changed in RHEL 8, and you'll want to look at the article [Create availability group resource](/sql/linux/sql-server-linux-availability-group-cluster-rhel#create-availability-group-resource) and RHEL 8 resources for more information on the correct commands.
14+
> We use SQL Server 2017 with RHEL 7.6 in this tutorial, but it is possible to use SQL Server 2019 in RHEL 7 or RHEL 8 to configure high availability. The commands to configure the pacemake cluster and availability group resources has changed in RHEL 8, and you'll want to look at the article [Create availability group resource](/sql/linux/sql-server-linux-availability-group-cluster-pacemaker?tabs=rhel#create-availability-group-resource) and RHEL 8 resources for more information on the correct commands.
1515
1616
In this tutorial, you learn how to:
1717

@@ -278,7 +278,7 @@ Type `exit` to leave the SSH session.
278278
> [!IMPORTANT]
279279
> In order to complete this portion of the tutorial, you must have a subscription for RHEL and the High Availability Add-on. If you are using an image recommended in the previous section, you do not have to register another subscription.
280280
281-
Connect to each VM node and follow the guide below to enable HA. For more information, see [enable high availability subscription for RHEL](/sql/linux/sql-server-linux-availability-group-cluster-rhel#enable-the-high-availability-subscription-for-rhel).
281+
Connect to each VM node and follow the guide below to enable HA. For more information, see [enable high availability subscription for RHEL](/sql/linux/sql-server-linux-availability-group-cluster-pacemaker?tabs=rhel#enable-the-high-availability-subscription-for-rhel).
282282

283283
> [!TIP]
284284
> It will be easier if you open an SSH session to each of the VMs simultaneously as the same commands will need to be run on each VM throughout the article.

docs/azure-data-studio/extensions/mysql-extension.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ If you don't already have Azure Data Studio installed, see its [install instruct
3838

3939
3. Select **Install**. Once installed, select **Reload** to activate the extension in Azure Data Studio.
4040

41+
> [!NOTE]
42+
> The extension is currently available in Azure Data Studio (ADS) insider build only. It will be available in the next ADS stable build soon.
43+
4144
## Next steps
4245

4346
Learn how to [connect and query MySQL using Azure Data Studio](../quickstart-mysql.md).

docs/azure-data-studio/quickstart-mysql.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ To complete this quickstart, you need Azure Data Studio, the MySQL extension for
2222
- [Install the MySQL extension for Azure Data Studio](./extensions/mysql-extension.md).
2323
- A MySQL server. You can either create a managed MySQL server on Azure using [Azure Database for MySQL - Flexible Server](/azure/mysql/flexible-server/quickstart-create-server-portal.md) or [install MySQL locally](https://dev.mysql.com/downloads/mysql/).
2424

25+
> [!NOTE]
26+
> The extension is currently available in Azure Data Studio (ADS) insider build only. It will be available in the next ADS stable build soon.
27+
2528
## Connect to MySQL
2629

2730
1. Start **Azure Data Studio**.

docs/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
},
308308
"sensitive-language-sl": {
309309
"exclude": [
310-
"linux/sql-server-linux-availability-group-cluster-sles.md",
310+
"linux/sql-server-linux-availability-group-cluster-pacemaker.md",
311311
"linux/sql-server-linux-create-availability-group.md",
312312
"linux/sql-server-linux-ha-basics.md"
313313
]

docs/includes/sscurrent-md.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/linux/includes/linux-supported-platforms-2017.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: include
99
---
1010
| Platform | File System | Installation Guide |
1111
|-----|-----|-----|
12-
| Red Hat Enterprise Linux 7.7 - 7.9, or 8.0 - 8.5 Server | XFS or EXT4 | [Installation guide](../quickstart-install-connect-red-hat.md) |
12+
| Red Hat Enterprise Linux 7.7 - 7.9, or 8.0 - 8.6 Server | XFS or EXT4 | [Installation guide](../quickstart-install-connect-red-hat.md) |
1313
| SUSE Enterprise Linux Server v12 SP3 - SP5 | XFS or EXT4 | [Installation guide](../quickstart-install-connect-suse.md) |
1414
| Ubuntu 16.04 LTS <sup>1</sup>, 18.04 LTS | XFS or EXT4 | [Installation guide](../quickstart-install-connect-ubuntu.md) |
1515
| Docker Engine 1.8+ on Linux | N/A | [Installation guide](../quickstart-install-connect-docker.md) |

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
author: rwestMSFT
33
ms.author: randolphwest
44
ms.reviewer: vanto
5-
ms.date: 07/29/2022
5+
ms.date: 10/13/2022
66
ms.prod: sql
77
ms.technology: linux
88
ms.topic: include
99
---
1010
| Platform | File System | Installation Guide | Get |
1111
| --- | --- | --- | --- |
12-
| Red Hat Enterprise Linux 7.7 - 7.9, or 8.0 - 8.5 Server | XFS or EXT4 | [Installation guide](../quickstart-install-connect-red-hat.md) | [Get RHEL 8.0](https://access.redhat.com/products/red-hat-enterprise-linux/evaluation) |
13-
| SUSE Enterprise Linux Server v12 (SP3 - SP5) or v15 | XFS or EXT4 | [Installation guide](../quickstart-install-connect-suse.md) | [Get SLES v15](https://www.suse.com/products/server) |
12+
| Red Hat Enterprise Linux 7.7 - 7.9, or 8.0 - 8.6 Server | XFS or EXT4 | [Installation guide](../quickstart-install-connect-red-hat.md) | [Get RHEL 8.0](https://access.redhat.com/products/red-hat-enterprise-linux/evaluation) |
13+
| SUSE Enterprise Linux Server v12 (SP3 - SP5), or v15 (SP1 - SP3) | XFS or EXT4 | [Installation guide](../quickstart-install-connect-suse.md) | [Get SLES v15](https://www.suse.com/products/server) |
1414
| Ubuntu 16.04 LTS <sup>1</sup>, 18.04 LTS, 20.04 LTS | XFS or EXT4 | [Installation guide](../quickstart-install-connect-ubuntu.md) | [Get Ubuntu 20.04](https://releases.ubuntu.com/20.04/) |
1515
| Docker Engine 1.8+ on Windows, Mac, or Linux | N/A | [Installation guide](../quickstart-install-connect-docker.md) | [Get Docker](https://www.docker.com/get-started) |
1616

docs/linux/includes/linux-supported-platforms-2022.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
author: rwestMSFT
33
ms.author: randolphwest
44
ms.reviewer: vanto
5-
ms.date: 07/29/2022
5+
ms.date: 10/13/2022
66
ms.prod: sql
77
ms.technology: linux
88
ms.topic: include
99
---
1010
| Platform | File System | Installation Guide | Get |
1111
| --- | --- | --- | --- |
12-
| Red Hat Enterprise Linux 8.0 - 8.5 Server | XFS or EXT4 | [Installation guide](../quickstart-install-connect-red-hat.md) | [Get RHEL 8.0](https://access.redhat.com/products/red-hat-enterprise-linux/evaluation) |
12+
| Red Hat Enterprise Linux 8.0 - 8.6 Server | XFS or EXT4 | [Installation guide](../quickstart-install-connect-red-hat.md) | [Get RHEL 8.0](https://access.redhat.com/products/red-hat-enterprise-linux/evaluation) |
1313
| SUSE Enterprise Linux Server v15 (SP1 - SP3) | XFS or EXT4 | [Installation guide](../quickstart-install-connect-suse.md) | [Get SLES v15](https://www.suse.com/products/server) |
1414
| Ubuntu 20.04 LTS | XFS or EXT4 | [Installation guide](../quickstart-install-connect-ubuntu.md) | [Get Ubuntu 20.04](https://releases.ubuntu.com/20.04/) |
1515
| Docker Engine 1.8+ on Linux | N/A | [Installation guide](../quickstart-install-connect-docker.md) | [Get Docker](https://www.docker.com/get-started) |

0 commit comments

Comments
 (0)