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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠