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?

已提問 5 個月前檢視次數 253 次
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 個月前

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

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

回答問題指南