How to migrate data from Aurora MySQL to on-premises Oracle database as a backfill?

0

I see here Database Migration Step-by-Step Walkthroughs and elsewhere how to migrate from an on-premises database to AWS. However, it’s not clear how to do the reverse so that we go from AWS to an on-premises Oracle database.

In general, we’re a fan of going to AWS from on-premises. However, there are those times one must take a step back for now.

So after switching our stuff to start populating on-premises Oracle database tables, how does one backfill the old data from Amazon Aurora MySQL to the on-premises Oracle database?

3 Respuestas
0
Respuesta aceptada

Aurora MySQL is not listed as a one of the "Source data providers for DMS Schema Conversion" https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Introduction.Sources.html#CHAP_Introduction.Sources.SchemaConversion

profile picture
respondido hace 10 meses
0

Aurora MySQL is supported as a source database for AWS DMS, so it is possible to migrate to on-premise itself.
https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Introduction.Sources.html

Also, since Aurora MySQL is a managed service, migration using third-party tools may be difficult.
So it may be a good idea to consider migrating using a managed service such as AWS DMS.

DMS can be migrated from Oracle to Aurora MySQL, but not from Aurora MySQL to Oracle, as the schema cannot currently be changed.
https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Introduction.Sources.html#CHAP_Introduction.Sources.SchemaConversion

profile picture
EXPERTO
respondido hace un año
0

We have revised our response.

profile picture
EXPERTO
respondido hace 10 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas