RDS Replica to different database

0

Hi all, I have the production MariaDB instance in RDS and I need to create a Postgres replica of it. (Asyncronous daily replication) Which service would allow me to do that? Basically what I need is a read replica, in another database type.

Marco
已提问 1 年前264 查看次数
1 回答
2
已接受的回答

I would recommend that you explore AWS DMS

AWS Database Migration Service (AWS DMS) is a cloud service that makes it possible to migrate relational databases, data warehouses, NoSQL databases, and other types of data stores. You can use AWS DMS to migrate your data into the AWS Cloud or between combinations of cloud and on-premises setups

You can perform one-time migrations or replicate ongoing changes to keep sources and targets in sync.

You could run this on a daily basis to keep a 2nd type of database in sync

This may give you what you are looking for https://docs.aws.amazon.com/dms/latest/userguide/Welcome.html

profile picture
专家
已回答 1 年前
profile picture
专家
已审核 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则