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/dms/tutorial-mysql-azure-single-to-flex-offline-portal.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -212,15 +212,15 @@ To create a migration project, perform the following steps.
212
212
213
213
To configure your DMS migration project, perform the following steps.
214
214
215
-
1. On the **Select source** screen, specify the connection details for the source MySQL instance.
216
-
:::image type="content" source="media/tutorial-azure-mysql-single-to-flex-offline/13-select-source-offline.png" alt-text="Screenshot of an Add source details screen.":::
217
-
218
-
2. To proceed with the offline migration, select the **Make Source Server Read Only** check box.
215
+
1. To proceed with the offline migration, navigate to the source server on Azure portal and proceed to the **Server Parameters** blade. Configure the value of **read_only** server parameter for the source server as **ON** .
219
216
220
-
Selecting this check box prevents Write/Delete operations on the source server during migration, which ensures the data integrity of the target database as the source is migrated. When you make your source server read only as part of the migration process, all the databases on the source server, regardless of whether they're selected for migration, will be read-only.
217
+
Setting the source server to read only mode by updating the server parameter before starting the migration prevents Write/Delete operations on the source server during migration, which ensures the data integrity of the target database as the source is migrated.
221
218
222
219
> [!NOTE]
223
-
> Alternately, if you were performing an online migration, you would select the **Enable Transactional Consistency** check box. For more information about consistent backup, see [MySQL Consistent Backup](./migrate-azure-mysql-consistent-backup.md).
220
+
> Alternately, if you were performing an online migration, you would select the **Enable Transactional Consistency** check box on the Select source screen. For more information about consistent backup, see [MySQL Consistent Backup](./migrate-azure-mysql-consistent-backup.md).
221
+
222
+
2. On the **Select source** screen, specify the connection details for the source MySQL instance.
223
+
:::image type="content" source="media/tutorial-azure-mysql-single-to-flex-offline/13-select-source-offline.png" alt-text="Screenshot of an Add source details screen.":::
224
224
225
225
3. Select **Next : Select target>>**, and then, on the **Select target** screen, specify the connection details for the target flexible server.
226
226
:::image type="content" source="media/tutorial-azure-mysql-single-to-flex-offline/15-select-target.png" alt-text="Screenshot of a Select target.":::
0 commit comments