While still having SCT up, we will now create a mapping rule to map the migration path of the objects:
Setting | Value |
---|---|
Name | Maprule1 |
For | schema |
where database name like | SampleDB |
schema name like | % |
Actions | remove suffix |
suffix | dbo |
After creating a mapping rule for this project, we will now run a Migration Report on the stored procedures we plan to migrate:
For this workshop, we will choose the objects that doesn’t have any issues being converted and migrated directly:
Once converted, you should be able to see the converted stored procedures over on the right (Aurora MySQL), and if you click on any of the converted stored procedures, you should be able to see the conversion in the middle pane :
Once ready, click on Schemas under the Aurora pane, then click on Apply to database (Changes on the database will not be applied without doing this step)
After converting and migrating the stored procedures, you can then validate using MySQL Workbench to connect and verify the new stored procedures in the SampleDB schema: