Managed Postgres RDS Migration to Managed Postgres RDS

0

We have a very large database that has been cleaned up and the size reduced from 35Tb to ~7Tb and have attempted to initiate a DMS as no other options are able to maintain up time adequately. We have implemented the parameters indicated here -> https://docs.aws.amazon.com/dms/latest/userguide/dm-data-providers-source-postgresql.html Both instances are configured to use the master account and are configured in the same VPC, but we keep getting a failure with the following message. "The prerequisites for DMS to use the source database have not been met. Configure the user account permissions or privileges for DMS and restart the migration." IS there an underlying issue? Is this related to IAM? We implemented this -> https://docs.aws.amazon.com/dms/latest/userguide/dm-iam-resources.html

1개 답변
0

Hello.

I think DMS was reading password information from Secrets Manager.
Therefore, it is possible that an error may occur if the appropriate IAM policy is not set.

In my experience, a common problem was that the security group settings were not set properly and the DMS could not connect to the database.
Therefore, please check whether the security group on the PostgreSQL side allows access from DMS.
https://docs.aws.amazon.com/dms/latest/userguide/dm-network.html

Can you check the error message by following the steps in the document below?
https://docs.aws.amazon.com/dms/latest/userguide/dm-troubleshooting.html#dm-troubleshooting-dm-fails

Check the error message for your data migration in the AWS DMS console. To do so, open your migration project, and choose your data migration. On the Details tab, check the Last failure message under General.

profile picture
전문가
답변함 4달 전
  • Error Message The prerequisites for DMS to use the source database have not been met. Configure the user account permissions or privileges for DMS and restart the migration." Checking permissions again

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠