Skip to content

Commit 5fe4f8e

Browse files
Merge pull request #215011 from VandhanaMehta/generaldoccorrections
Adding general public doc corrections
2 parents 60e83c4 + 927c3b7 commit 5fe4f8e

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

articles/mysql/flexible-server/concepts-high-availability.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ Here are some considerations to keep in mind when you use high availability:
115115
* Zone-redundant high availability can be set only when the flexible server is created.
116116
* High availability isn't supported in the burstable compute tier.
117117
* Restarting the primary database server to pick up static parameter changes also restarts the standby replica.
118-
* Read replicas aren't supported for HA servers.
119118
* Data-in Replication isn't supported for HA servers.
120119
* GTID mode will be turned on as the HA solution uses GTID. Check whether your workload has [restrictions or limitations on replication with GTIDs](https://dev.mysql.com/doc/refman/5.7/en/replication-gtids-restrictions.html).
121120
>[!Note]

articles/mysql/flexible-server/concepts-limitations.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,11 @@ The following are unsupported:
7171
### Scale operations
7272
- Decreasing server storage provisioned is not supported.
7373

74-
### Read replicas
75-
- Not supported with zone redundant HA configurations (both primary and standby).
76-
7774
### Server version upgrades
7875
- Automated migration between major database engine versions is not supported. If you would like to upgrade the major version, take a [dump and restore](../concepts-migrate-dump-restore.md) it to a server that was created with the new engine version.
7976

8077
### Restoring a server
8178
- With point-in-time restore, new servers are created with the same compute and storage configurations as the source server it is based on. The newly restored server's compute can be scaled down after the server is created.
82-
- Restoring a deleted server isn't supported.
8379

8480
## Features available in Single Server but not yet supported in Flexible Server
8581
Not all features available in Azure Database for MySQL - Single Server is available in Flexible Server yet. For complete list of feature comparison between single server and flexible server, refer [choosing the right MySQL Server option in Azure documentation.](../select-right-deployment-type.md#comparing-the-mysql-deployment-options-in-azure)

articles/mysql/single-server/select-right-deployment-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The main differences between these options are listed in the following table:
8080
| Gtid support for read replicas | Supported | Supported | User Managed |
8181
| Cross-region support (Geo-replication) | Yes | Not supported | User Managed |
8282
| Hybrid scenarios | Supported with [Data-in Replication](./concepts-data-in-replication.md)| Supported with [Data-in Replication](../flexible-server/concepts-data-in-replication.md) | User Managed |
83-
| Gtid support for data-in replication | Supported | Supported | User Managed |
83+
| Gtid support for data-in replication | Supported | Not Supported | User Managed |
8484
| Data-out replication | Not Supported | In preview | Supported |
8585
| [**Backup and Recovery**](../flexible-server/concepts-backup-restore.md) | | | |
8686
| Automated backups | Yes | Yes | No |

0 commit comments

Comments
 (0)