将一个pgsql数据库从一个RDS集群迁移到另一个集群的最快方式。

0

【以下的问题经过翻译处理】 我有一个postgresql数据库,需要从一个aurora v1的rds集群迁移到另一个aurora v2集群,我尝试使用pgadmin工具进行备份和还原,但由于数据的大小,整个过程需要大约一个小时。我想知道是否有更快的方式来完成这个迁移?

1 Answer
0

【以下的回答经过翻译处理】 嘿,是的,我过去使用过这个选项。但是像你说的,一个大型数据集需要时间。

数据库迁移需要多长时间,取决于数据量的大小。

不过,AWS提供了一个可以为你完成这项工作的服务。我也使用过DMS。您可以将数据从一个数据库迁移到另一个并保持同步。

请参见https://docs.aws.amazon.com/dms/index.html

profile picture
EXPERT
answered 8 months 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.

Guidelines for Answering Questions