I'm attempting the same migration. In my case, the table structure is successfully exported and loaded into PostgreSQL, but the COPY or INSERT statements (.SQL file) are not being generated or directly imported into the specified PostgreSQL database.
Has anyone faced this issue? Any suggestions on what might be going wrong?