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 Answers
0
Accepted Answer

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
answered 10 months ago
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
EXPERT
answered 10 months ago
0

We have revised our response.

profile picture
EXPERT
answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions