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
gefragt vor einem Jahr264 Aufrufe
1 Antwort
2
Akzeptierte Antwort

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
EXPERTE
beantwortet vor einem Jahr
profile picture
EXPERTE
überprüft vor einem Jahr

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