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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ