Migrating from RDS MariaDB 10.2 to Aurora MySQL 5.6

0

Hi there,

We currently use RDS MariaDB for our database and I'd like to migrate over to begin using Aurora MySQL 5.6.

I understand that some of the functions available in MariaDB 10.2 are unavailable in MySQL 5.6, but we are not using any of those functions. Our queries are actually very basic.

The naive approach here would be to do a mysqldump of our MariaDB database and then import it into Aurora, but that would result in downtime for our customers. I'm trying to come up with a solution that would result in ZERO downtime..

Does anyone have any ideas here?

gefragt vor 5 Jahren872 Aufrufe
1 Antwort
0
Akzeptierte Antwort

You can use the AWS Database Migration Service to achieve a near zero downtime migration. https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MySQL.html

HalTemp
beantwortet vor 5 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen