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?

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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ