DMS Migration MongoDB source and RDS Postgres as destination

0

I want to start existing and ongoing replication from source MongoDB to destination RDS Postgres.

All the security network is done and successful.

  1. RDS VPC and DMS VPC are connected using VPC peering, target endpoint test connection status is successful
  2. DMS VPC IP is added in another AWS account MongoDB server, source endpoint test connection status is successful
  3. In the Endpoint schemas section both database schemas are visible.

Created a DMS migration task to start the migration of one document of MongoDB to Postgres Database.

  • Premigration assessments were successful.
  • Empty scheme with the MongoDB schema name got created in PostgresDB.
  • The table awsdms_apply_execution is also empty in Postgres DB. But the task shows running with error and error, and cloud watch logs also show no error.
1개 답변
1
수락된 답변

hello there.

I hear the DMS task is running with errors. This could be due to multiple reasons. Please kindly ensure check the below:

DMS task table statistics. This will help see which tables failed Full Load phase as this can cause "running with errors"

Turn on logging level to detailed debug for SOURCE_UNLOAD and TARGET_LOAD to see more information on table failures.

Ensure that the DMS replication instance has enough resource for the DMS task (.i.e. CPU, Storage, Memory)

Filter through the DMS task log and try find log entry with "]E:" or "]W:" this will display DMS task errors and warnings.

If the above does not work, please try testing with a Full load only DMS task. If the issue persists further please open a support case with AWS Premium Support to get an in-depth look at the DMS task failure

references:

to migrate using MongoDB as a source for AWS DMS for example there are permissions needed which can be found in the below document and other requirements too can be found on the below document [1]https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MongoDB.html

to migrate using postgres as a target there are also requirements that needs to be considered can be found on document below [1]https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.PostgreSQL.html

답변함 2년 전
profile picture
전문가
검토됨 한 달 전

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

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

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

관련 콘텐츠