Unable to migrate RDS Postgres to AWS Aurora

Viewed 1291

I created a snapshot of my RDS Postgres DB, and I am trying to use that snapshot to create an AWS Aurora DB using the migrate snapshot option in AWS console, however the option is disabled for me, and I can't understand why? enter image description here According to this official AWS blog, I should be able to migrate my RDS postgres DB into Aurora DB using the migrate snapshot option.

I created this snapshot from a Postgres DB running on version 12.5. I have created another snapshot from another Postgres DB running on version 9.6.20, and I face the same issue there as well.

1 Answers

12.5 and 9.6.20 versions of PostgresSQL are not supperted by aurora. What is supported is listed here.

Related