3

I'm trying to migrate existing data and replicate ongoing changes the source database is PostgreSQL it's managed by aws. the target is kafka. I'm facing the below issue.

Last Error No tables were found at task initialization. Either the selected table(s) or schemas(s) no longer exist or no match was found for the table selection pattern(s). If you would like to start a Task that does not initially capture any tables, set Task Setting FailOnNoTablesCaptured to false and restart task. Stop Reason FATAL_ERROR Error Level FATAL

Mohamed Emad
  • 104
  • 1
  • 8

1 Answers1

0

I faced the same issue. I was using database user that is not root(or user that doesn't have enough permission). Once I started using the root user for the DMS task, everything went smooth.

AWS DMS postgresql as a source documentation link: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html

Suz'l Shrestha
  • 887
  • 9
  • 9