Move RDS postgresql database to Aurora Serverless
0
I am interested in moving from RDS Postgresql to Aurora Postgresql Serverless. Can you advise on the best way to do this?
Topics
Tags
asked 3 years ago42 views
1 Answers
0
Accepted Answer
If you're not on RDS for PostgreSQL 10.7, you'll need to upgrade to that version, then you can create an Aurora PostgreSQL read replica for your RDS for PostgreSQL instance.
After promoting the read replica to be a standalone read/write cluster, you can then take a snapshot of your newly created Aurora PostgreSQL (provisioned) cluster, and import that snapshot into an Aurora PostgreSQL Serverless cluster.
answered 3 years ago
Relevant questions
RDS Postgresql migrate to Aurora Postgresql. Not showing "Aurora read replica" & "Migrate snapshot" options.
Accepted Answerasked 5 months agoChoosing RDS PostgreSQL over Aurora PostgreSQL
asked a month agoMigrate snapshot option disabled
asked a year agoUpgrade for Amazon Aurora Serverless v1 PostgreSQL-compatible edition 10.x end of support is January 31, 2023
asked a month agoHow to ensure replica is in sync between AWS RDS PSQL primary DB and Aurora RDS PSQL replica cluster?
asked 9 days agoAurora PostgreSQL 11 for Amazon Aurora Serverless v1
asked 5 days agoBest practices for migrating MySQL RDS to Aurora Serverless
Accepted Answerasked 3 years agoUse PostgreSQL LIKE % wildcards with RDS Data API?
Accepted Answerasked 5 months agoMigration from Aurora PostgreSQL back to regular RDS
Accepted Answerasked 3 years agoMove RDS postgresql database to Aurora Serverless
Accepted Answerasked 3 years ago