Skip to content

Commit 660b47c

Browse files
committed
change
1 parent e19e56f commit 660b47c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Following described are the ways to review your migration schedule once you have
4848

4949
* The Single Server instance should be in ready state and should not be in stopped state during the planned maintenance window for automigration to take place.
5050
* For Single Server instance with SSL enabled, ensure you have both certificates (BaltimoreCyberTrustRoot & DigiCertGlobalRootG2 Root CA) available in the trusted root store. Additionally, if you have the certificate pinned to the connection string create a combined CA certificate before scheduled auto-migration by following steps [here](../single-server/concepts-certificate-rotation.md#create-a-combined-ca-certificate) to ensure business continuity post-migration.
51+
* The MySQL engine doesn't guarantee any sort order if there are is 'SORT' clause present in queries. Post in-place automigration, you may observe a change in the sort order. If preserving sort order is crucial, ensure your queries are updated to include 'SORT' clause before the scheduled in-place automigration.
5152

5253
## How is the target MySQL Flexible Server auto-provisioned?
5354

0 commit comments

Comments
 (0)