RDS Postgresql migrate to Aurora Postgresql. Not showing "Aurora read replica" & "Migrate snapshot" options.

1

Hi,

According to https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Migrating.html#AuroraPostgreSQL.Migrating.RDSPostgreSQL.Import.Console it's possible to migrate PostgreSQL RDS (12.7) to Aurora by adding Aurora Read Replica. But I have no such option for my PostgreSQL RDS. Is it has some problems in this feature?

I tried other options "Migrating an RDS for PostgreSQL DB instance using a snapshot", but it also inacitvated button in my dashboard.

Is it possible that the feature was announced but isn't available yet?

3 個答案
2
已接受的答案

Hi,

This is an known issue identified by our internal team and investigation is on going.

I personally have tested that option to create aurora read replica works for below versions through console.

RDS PostgreSQL 12.5 RDS PostgreSQL 9.6.21

For RDS PostgreSQL 12.7, no option presents from the console.

Workaround is to use CLI command:

Use below to create a cluster:

aws rds create-db-cluster --db-cluster-identifier Aurora-cluster --engine aurora-postgresql --db-subnet-group-name <subnet-group-name-here> --replication-source-identifier <source-RDS-instance-arn> --region us-east-1 --engine-version 12.7

Use below to add instances to the cluster via the CLI command:

aws rds create-db-instance --db-instance-identifier <instance-identifier> --db-instance-class <instance-class> --engine aurora-postgresql --db-cluster-identifier <db-cluster-identifier> --region us-east-1

Hope CLI command can help you workaround the issue.

AWS
支援工程師
Kevin_Z
已回答 2 年前
profile picture
專家
已審閱 1 個月前
  • I'm experiencing the same problem from RDS console. and would prefer not to have to resort to CLI in future. is there an ETA on this fix?

  • I'm experiencing the same problem on 13.4 - I've managed to migrate my Test and Staging databases but not the production one. Any idea when this might be fixed?

  • Looks like AWS does not care about this issue and no one is going to fix it. What a shame!

0

Thanks Kevin! It's really helpful!!!

已回答 2 年前
0

I experience same issue with RDS Postgres 11.13

已回答 2 年前

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

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

回答問題指南