How can I migrate a multischema database with AWS DMS

0

I have a database where I create a schema per company, all the schemas have the same tables, how can I take all this to redshift using aws dms

JoseTas
질문됨 6달 전274회 조회
1개 답변
1
수락된 답변

You can migrate your multischema databases with AWS DMS. You only have to create a source endpoint and a destination endpoint. If you are using postgresql for example, it would be your origin and redshift your destination.

Then you have to create a migration task, here you can define that the same schemas in the source db are created in the destination and the tables are migrated, preserving the original structure.

Also with DMS transformations you can create a single schema in the destination and send all the tables per schema to the destination. Of course you should rename the name of each table so that there are no collisions, but you can differentiate them between the tables of the source schema.

profile picture
전문가
답변함 6달 전

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

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

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

관련 콘텐츠