Running a dms job from s3 to rds postgres instance

0

Hi there, i am currently running a dms job from s3 to postgres instance, the dms runs successfully but the csv files is not being picked up by dms although the schema and table is automatically created on the postgres dbthis is the dms log message screenshot

asked a year ago348 views
1 Answer
0

Hi there,

Are there any error messages in the logs that you can see? This could be a configuration issue, can you check that you've implemented the correct naming conventions and table definitions as seen here - https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.S3.html#CHAP_Source.S3.Configuring

This guide also provides information on using PostgreSQL as a target DB - https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.PostgreSQL.html

Another way you can import csv files to PostgreSQL is using the S3 extension which may be easier for you. See here for the guide on how to use it - https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PostgreSQL.S3Import.html

I hope that helps :)

profile pictureAWS
SUPPORT ENGINEER
Brandon
answered a year 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