Quickest way to migrate a pgsql database from one RDS cluster to another

0

I have a postgresql database that I need to migrate from aurora v1 rds cluster to another aurora v2 cluster, I tried the backup and restore method using pgadmin tool but it will take around one hour the whole process due to the size of data. I'm wondering if there could be a quicker way to achieve this migration?

fouad
已提問 1 年前檢視次數 284 次
1 個回答
1
已接受的答案

Hey there. Yes that’s one option I have used in the past. But like you say a big dataset can take time.

Database migration as such will take as long as how much data there is.

However, AWS do offer a service that can do this for you. DMS which I also use. You can migrate and keep in sync data from one DB to another.

Please see https://docs.aws.amazon.com/dms/index.html

profile picture
專家
已回答 1 年前

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

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

回答問題指南