How to prove that AWS DMS Validation works properly?

455 views Asked by At

I migrated the data using AWS DMS from one database(mysql) to another(postgres) and want to check that the build-in validation feature works properly.

I updated manually one row in the Target database and run "Revalidate". The result is - validated without any errors... Unexpected

I deleted all rows in the target database and the validation showed me that everything is good and 2 databases are in sync.

I read from the article

If the target database is modified outside of AWS DMS, validation might fail to report the discrepancies accurately.

The main question is how can I prove that the AWS DMS Validation works properly and I can trust it?

0

There are 0 answers