Aurora Postgres to RDS Postgres

0

Hello,

as AWS has prevented migrating back to RDS using snapshot, I have tried using logical replication as a backup solution. But it seems that even logical replication won't work. If I create logical replication publish to Aurora and subscription in RDS, in situation where both databases are logically in same state, replication seems to start at some random position which leads to errors at RDS end due to data already existing. But there is no changes done at Aurora end to any table. I guess this is due to some internals of the Aurora and those LSNs not matching, etc.??

Anyway, has anyone figured out how to do this? Or is only way to do it with DMS or has AWS also prevented that method?

pg_dump and pg_restore are possibility but that would require days lasting outage for the service. Is this migration really not possible in AWS?

1 回答
0

Hello.

Migration from Aurora PostgreSQL to RDS PostgreSQL should be possible as both are supported as DMS source and target databases.
https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html
https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.PostgreSQL.html

profile picture
专家
已回答 5 个月前
profile pictureAWS
专家
已审核 5 个月前

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

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

回答问题的准则