Skip to content

Commit 572117c

Browse files
committed
Change
1 parent d42e390 commit 572117c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/mysql/migrate/migrate-single-flexible-in-place-auto-migration.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,17 @@ Following described are the ways to review your migration schedule once you have
7676
* For Single Servers with less than 20 GiB storage, the storage size is set to 20 GiB as that is the minimum storage limit on Azure Database for MySQL - Flexible Server.
7777
* Both username formats – username@server_name (Single Server) and username (Flexible Server) are supported on the migrated Flexible Server.
7878
* Both connection string formats – Single Server and Flexible Server are supported on the migrated Flexible Server.
79+
* For Single Server instance with Query store enabled, the server parameter 'slow_query_log' on target instance is set to ON to ensure feature parity when migrating to Flexible Server. Please note, for certain workloads this could impact performance and if you observe any performance degradation, set this server parameter to 'OFF' on the Flexible Server instance.
7980

8081
## Post-migration steps
8182

8283
> [!NOTE]
8384
> Post-migration do no restart the stopped Single Server instance as it may hamper your client's and application connectivity.
8485
85-
Copy the following properties from the source Single Server to target Flexible Server post in-place migration operation is completed successfully:
86-
87-
* Monitoring page settings (Alerts, Metrics, and Diagnostic settings)
88-
* Any Terraform/CLI scripts you host to manage your Single Server instance should be updated with Flexible Server references.
86+
* Copy the following properties from the source Single Server to target Flexible Server post in-place migration operation is completed successfully:
87+
* Monitoring page settings (Alerts, Metrics, and Diagnostic settings)
88+
* Any Terraform/CLI scripts you host to manage your Single Server instance should be updated with Flexible Server references.
89+
* For Single Server instance with Query store enabled, the server parameter 'slow_query_log' on target instance is set to ON to ensure feature parity when migrating to Flexible Server. Please note, for certain workloads this could impact performance and if you observe any performance degradation, set this server parameter to 'OFF' on the Flexible Server instance.
8990

9091
## Frequently Asked Questions (FAQs)
9192

0 commit comments

Comments
 (0)