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
posta 6 mesi fa274 visualizzazioni
1 Risposta
1
Risposta accettata

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
ESPERTO
con risposta 6 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande