An Azure service designed to help simplify, guide, and automate database migrations to Azure.
hi Prajapati, Chirag & thx for sharing urs issue here at Q&A portal,
This is not something I’d treat as normal without product-team confirmation. The Activity Log only shows the migration workflow updates because a database-level DROP DATABASE issued through the PostgreSQL engine would not appear as an ARM delete event. So the absence of a delete operation in Azure Activity Log doesn’t prove the database wasn’t removed by the migration service. The key question is whether cancelling an online migration while it is in Action Pending / Waiting for User Action triggers cleanup of the target database created for that migration. I’m not aware of clear public documentation that says cancellation will delete the target database, so Microsoft should confirm whether this is expected behavior or a bug.
Check PostgreSQL server logs and auditing, if they were enabled at the time. A server log entry may show a DROP DATABASE mirthdb command and the identity/session that issued it. If logging or auditing wasn’t enabled, the customer-visible evidence may be limited.
At this point, open an Azure Database Migration Service support case and provide the migration workflow ID, target server name, database name, cancellation timestamp, source/target regions, and the Activity Log entries. Ask the DMS team to inspect backend workflow logs and confirm whether its cancellation cleanup removed the database.
The missing ARM delete event is secondary noise here. The real issue is that the target database disappeared immediately after the migration cancellation, and only DMS backend logs can confirm why.
rgds,
Alex
&
If my answer was helpful pls mark it and additional thx if u follow me at Q&A portal
and at my blog https://ctrlaltdel.blog/