Skip to content

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?

asked 6 years ago1.9K views
1 Answer
2
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 6 years ago
EXPERT
reviewed a year ago
EXPERT
reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.