Migrating Views from on-prem MySQL to RDS MySQL

0

I seem to be missing something, I ran a test run of DMS and all my tables were properly migrated. However none of my views came along for the ride. Is there a way to include the views in the migration. Are there are other things that are not migrated by default? Triggers, stored procedures, functions?

Thanks!

ben
질문됨 3년 전573회 조회
2개 답변
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

VMG
답변함 3년 전
0

Ok, I wasn't sure if DMS was something equivalent to mysqldump. I guess it's more for migrating between database engines.

Thanks!

ben
답변함 3년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠