Skip to content

Commit 2c78fb0

Browse files
committed
Merge branch 'patch-7' of https://github.com/dbrownems/sql-docs into quickfix
2 parents 8aed1ab + e797d26 commit 2c78fb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ An availability group with three synchronous replicas can provide read-scale, hi
5656
|Availability behavior |read-scale|High availability & </br> data protection | Data protection|
5757
|:---|---|---|---|
5858
|`REQUIRED_SYNCHRONIZED_SECONDARIES_TO_COMMIT=`|0 |1<sup>\*</sup>|2|
59-
|Primary outage |Automatic failover. New primary is R/W. |Automatic failover. New primary is R/W. |Automatic failover. New primary is not available for user transactions until former primary recovers and joins availability group as secondary. |
59+
|Primary outage |Manual failover. Might have data loss. New primary is R/W. |Automatic failover. New primary is R/W. |Automatic failover. New primary is not available for user transactions until former primary recovers and joins availability group as secondary. |
6060
|One secondary replica outage  | Primary is R/W. No automatic failover if primary fails. |Primary is R/W. No automatic failover if primary fails as well. | Primary is not available for user transactions. |
6161

6262
<sup>\*</sup> Default

0 commit comments

Comments
 (0)