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?

已提問 5 年前檢視次數 871 次
1 個回答
0
已接受的答案

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
已回答 5 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南