2 Answers
- Newest
- Most votes
- Most comments
0
DMS will only migrate the bare minimum components to perform the data migration i.e. table structure, primary key etc. It does not migrate foreign keys, views, procedures etc.
You are doing a homogeneous migration i.e. MySQL to MySQL. Can't you restore using a backup / restore? Any particular reason you are choosing DMS?
Check this link: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MySQL.html
Edited by: VMG on Feb 2, 2021 12:57 PM
Edited by: VMG on Feb 2, 2021 12:58 PM
answered 4 years ago
0
Ok, I wasn't sure if DMS was something equivalent to mysqldump. I guess it's more for migrating between database engines.
Thanks!
answered 4 years ago
Relevant content
- asked 2 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 3 years ago