No Options to migrate from RDS Postgres to Aurora
0
I'm trying ensure migrating from Postgres to Aurora works on my account using methods 1. snapshots and 2. read replicas here: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Migrating.html
I have tried various versions of postgres from 10.x, 11.x, 13.4 but
- "Migrate Snapshot" option is greyed out under snapshot > actions
- "create aurora replica" not showing under actions
I don't believe there is an issue with my account because I can "Migrate Snapshot" of other public postgres snapshots fine. it's just my own instances I cannot migrate from.
asked a month ago12 views
1 Answers
0
Can you please try with the CLI option instead of console to see if that works? If CLI works, then it should be something to do with the console.
Relevant questions
Best practices for migrating MySQL RDS to Aurora Serverless
Accepted Answerasked 3 years agodoes AWS DMS support partition tables from postgres
asked 5 months agoRDS Postgresql migrate to Aurora Postgresql. Not showing "Aurora read replica" & "Migrate snapshot" options.
Accepted Answerasked 4 months agoNo Options to migrate from RDS Postgres to Aurora
asked a month agoChanges to connection handling with Aurora Postgres?
Accepted Answerasked 3 years agoNot able to see " Creare Aurora readreplica" button from RDS Postrgres
asked 11 days agoMigration from Aurora PostgreSQL back to regular RDS
Accepted Answerasked 3 years agoUse RDS Postgres Replicas as a cluster
Accepted Answerasked 4 months agoMigrate snapshot option disabled
asked a year agoMigrating RDS PostgreSQL to Aurora PostgreSQL in a different account
Accepted Answer