Skip to content

Commit 15ec34f

Browse files
Merge pull request #268225 from code-sidd/replica_al
al replica limitation
2 parents 6faa12f + 7ba2752 commit 15ec34f

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

articles/mysql/flexible-server/concepts-accelerated-logs.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,18 @@ Database servers with mission-critical workloads demand robust performance, requ
3636

3737
## Limitations
3838

39-
- New primary servers created under the Business Critical service tier created after *November 14* are eligible to use the accelerated logs feature. The accelerated logs feature is only available for the Business Critical service tier.
40-
4139
- During the preview phase, you can't enable the accelerated logs feature on servers that have the following features enabled.
4240
- [High Availability](./concepts-high-availability.md) (HA) servers.
43-
- [Read Replica](./concepts-read-replicas.md) servers.
41+
- Primary servers with [Read Replica](./concepts-read-replicas.md) servers created.
4442
- Servers enabled with [Customer Managed Keys](./concepts-customer-managed-key.md) (CMK).
45-
- Servers enabled with [Microsoft Entra ID](./concepts-azure-ad-authentication.md) authentication.
4643

4744
- Performing a [major version upgrade](./how-to-upgrade.md) on your Azure Database for MySQL flexible server instance with the accelerated logs feature enabled is **not supported**. Suppose you wish to proceed with a major version upgrade. In that case, you should temporarily [disable](#disable-accelerated-logs-feature-preview) the accelerated logs feature, carry out the upgrade, and re-enable the accelerated logs feature once the upgrade is complete.
4845

4946
- Accelerated logs feature in preview is currently available only in specific regions. [Learn more about supported regions](#the-accelerated-logs-feature-is-available-in-the-following-regions).
5047

5148
- After the accelerated logs feature is activated, any previously configured value for the ["binlog_expire_seconds"](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_expire_logs_seconds) server parameter will be disregarded and not considered.
5249

50+
5351
## The accelerated logs feature is available in the following regions
5452

5553
- Australia East

articles/mysql/flexible-server/whats-new.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@ This article summarizes new releases and features in Azure Database for MySQL fl
2626
2727
## February 2024
2828

29+
30+
- **Accelerated Logs is now available for exisiting servers and available in three new regions.**
31+
32+
Accelerated Logs, previously limited to servers created after November 14th, is now accessible for all existing Business Critical tier's **standalone** servers in preview phase. Accelerated logs now also supports [Microsoft Entra ID](./concepts-azure-ad-authentication.md). Additionally, this feature has been extended to include three new regions: Japan East, Korea Central, and Poland Central. [Learn more.](./concepts-accelerated-logs.md)
33+
34+
35+
- **Known Issues**
36+
37+
Due to a technical issue in this month's deployment, primary servers with read-replica are temporarily restricted from enabling the [accelerated logs](./concepts-accelerated-logs.md) feature. Users are advised to disable accelerated logs feature before creating a replica server. If you require assistance with accelerated logs and replica creation, please open a [support ticket](https://azure.microsoft.com/support/create-ticket) for assistance. [Learn more](./concepts-accelerated-logs.md#limitations).
38+
39+
2940
- **Audit logs now supports wild card entries**
3041

3142
The server parameters now supports wildcards in `audit_log_include_users` and `audit_log_exclude_users`, enhancing flexibility for specifying user inclusions and exclusions in audit logs. [Learn more](./concepts-audit-logs.md#configure-audit-logging)

0 commit comments

Comments
 (0)