You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/mysql/flexible-server/how-to-upgrade.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,13 +35,15 @@ This feature enables customers to perform in-place upgrades of their MySQL 5.7 s
35
35
36
36
## Perform a planned major version upgrade from MySQL 5.7 to MySQL 8.0 using the Azure portal for Burstable SKU servers
37
37
38
+
Performing a major version upgrade for an Azure Database for MySQL Burstable SKU compute tier requires a specialized workflow. This is because major version upgrades are resource-intensive, demanding significant CPU and memory. Burstable SKU instances may struggle under these requirements, potentially causing the upgrade process to fail. Therefore, when upgrading a Burstable SKU, the system first upgrades the compute tier to a General Purpose SKU to ensure sufficient resources are available for the upgrade.
39
+
38
40
To perform a major version upgrade for an Azure Database for MySQL Burstable SKU compute tier using the Azure portal, follow these steps:
39
41
40
-
1.In the [Azure portal](https://portal.azure.com/), select your existing Azure Database for MySQL flexible server 5.7 server.
42
+
1.In the [Azure portal](https://portal.azure.com/), select your existing Azure Database for MySQL flexible server 5.7 server.
41
43
>[!Important]
42
44
> We recommend performing upgrade first on a restored copy of the server rather than upgrading production directly. See [how to perform point-in-time restore](./how-to-restore-server-portal.md).
43
45
44
-
2.On the **Overview** page, in the toolbar, select **Upgrade**.
46
+
2.On the **Overview** page, in the toolbar, select **Upgrade**.
45
47
46
48
>[!Important]
47
49
> Before upgrading visit link for list of [features removed](https://dev.mysql.com/doc/refman/8.0/en/mysql-nutshell.html#mysql-nutshell-removals) in MySQL 8.0.
@@ -50,33 +52,33 @@ To perform a major version upgrade for an Azure Database for MySQL Burstable SKU
50
52
51
53
:::image type="content" source="./media/how-to-upgrade/1-how-to-upgrade.png" alt-text="Screenshot showing Azure Database for MySQL flexible server Upgrade.":::
52
54
53
-
3.Schema Compatibility Validation
55
+
3. Schema Compatibility Validation
54
56
55
57
Before proceeding with the upgrade, run Oracle's official tool to validate that your current database schema is compatible with MySQL 8.0. This step is crucial to ensure a smooth upgrade process.
56
58
57
-
4. Important Information Confirmation
58
-
59
-
The Burstable SKU major version upgrade will first upgrade the Burstable SKU to General Purpose SKU. This change may incur additional costs.
60
-
Confirm this information to proceed with the major version upgrade.
61
-
5. Pre-Upgrade Decision
59
+
4. Pre-Upgrade Decision
62
60
63
61
Before proceeding with the upgrade, you need to:
64
62
65
63
Choose the compute tier to which you want to upgrade to perform the major version upgrade. By default, the system will upgrade from Burstable SKU to the most basic General Purpose SKU, but you can opt to upgrade to a higher compute tier if needed.
66
64
Automatic Compute Tier Upgrade
65
+
>[!NOTE]
66
+
>While your server operates in the "General Purpose" tier during the upgrade, you will only be charged for the actual "General Purpose" resources used during this period.
67
+
68
+
5. Post-Upgrade Decision
67
69
68
70
Decide whether to retain the General Purpose SKU or revert to Burstable SKU after the upgrade. This choice will be prompted during the initial upgrade steps.
69
71
70
72
The system will automatically upgrade your compute tier from Burstable SKU to the selected General Purpose SKU support the major version upgrade.
71
73
72
-
6. Major Version Upgrade
74
+
5. Major Version Upgrade
73
75
74
76
Once the compute tier is upgraded, the system will initiate the major version upgrade process. Monitor the upgrade progress through the Azure portal. The upgrade process might take some time depending on the size and activity of your database.
75
77
76
78
>[!Note]
77
79
>If the major version upgrade fails, the compute tier will not automatically revert to the previous Burstable SKU. This is to allow customers to continue the major version upgrade without needing to perform the compute tier upgrade again.
78
80
79
-
7. Automatic Reversion
81
+
6. Automatic Reversion
80
82
81
83
Based on your pre-upgrade decision, the system will either retain the General Purpose SKU or automatically revert to Burstable SKU after the upgrade is complete.
0 commit comments