Skip to content

Commit 5c9d701

Browse files
Merge pull request #225381 from aditivgupta/dmsupdate
Updating DMS workflow for setting source server to read only
2 parents b3b50bd + 66f7346 commit 5c9d701

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/dms/tutorial-mysql-azure-single-to-flex-offline-portal.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -212,15 +212,15 @@ To create a migration project, perform the following steps.
212212

213213
To configure your DMS migration project, perform the following steps.
214214

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** .
219216

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.
221218

222219
> [!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.":::
224224

225225
3. Select **Next : Select target>>**, and then, on the **Select target** screen, specify the connection details for the target flexible server.
226226
:::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

Comments
 (0)