从RDS MariaDB 10.2迁移到Aurora MySQL 5.6

0

【以下的问题经过翻译处理】 你好,

我们目前使用RDS MariaDB作为数据库,我想迁移到使用Aurora MySQL 5.6。

我知道MariaDB 10.2中某些可用的功能在MySQL 5.6中不可用,但我们没有使用任何这些功能。我们实际上的查询非常基本。

我们最初考虑到的方法是将我们的MariaDB数据库进行mysqldump,然后将其导入到Aurora中,但这将导致我们的客户停机。我正在尝试想出一种能够产生零停机时间的解决方案。

有人有什么建议吗?

profile picture
EXPERT
asked 8 months ago17 views
1 Answer
0

【以下的回答经过翻译处理】 您可以使用AWS数据迁移服务实现接近零停机时间迁移。https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MySQL.html

profile picture
EXPERT
answered 8 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