Skip to content

Commit 43db82f

Browse files
authored
Merge pull request #11391 from DBArgenis/patch-7
Update sql-server-linux-availability-group-overview.md
2 parents a85bbcf + c92e0a3 commit 43db82f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ This article describes the characteristics of Always On Availability Groups (AGs
1919

2020
From a high-level standpoint, availability groups under [!INCLUDE[ssnoversion-md](../includes/ssnoversion-md.md)] on Linux are the same as they are on WSFC-based implementations. That means that all the limitations and features are the same, with some exceptions. The main differences include:
2121

22-
- Microsoft Distributed Transaction Coordinator (DTC) is not supported under Linux in [!INCLUDE[sssql17-md](../includes/sssql17-md.md)]. If your applications require the use of distributed transactions and need an AG, deploy [!INCLUDE[ssnoversion-md](../includes/ssnoversion-md.md)] on Windows.
23-
- Linux-based deployments use Pacemaker instead of a WSFC.
22+
- Microsoft Distributed Transaction Coordinator (DTC) is supported under Linux starting with SQL Server 2017 CU16. However, DTC is not yet supported on Availability Groups on Linux. If your applications require the use of distributed transactions and need an AG, deploy [!INCLUDE[ssnoversion-md](../includes/ssnoversion-md.md)] on Windows.
23+
- Linux-based deployments that require high availability use Pacemaker for clustering instead of a WSFC.
2424
- Unlike most configurations for AGs on Windows except for the Workgroup Cluster scenario, Pacemaker never requires Active Directory Domain Services (AD DS).
2525
- How to fail an AG from one node to another is different between Linux and Windows.
2626
- Certain settings such as `required_synchronized_secondaries_to_commit` can only be changed via Pacemaker on Linux, whereas a WSFC-based install uses Transact-SQL.

0 commit comments

Comments
 (0)