Mysql to postgres Migration pgloader not working - No data imported No Errors

256 Views Asked by At

I tried the following command and it returns no errors but the data is not imported in my postgres database.

Database is already created in Postgres.

pgloader mysql://user:[email protected]/db_name postgresql://pgloader_pg:[email protected]/pg_db_name

This is the result:

LOG pgloader version "3.6.7~devel"

Screenshot of pgloader error

I am not sure what is the issue.

0

There are 0 best solutions below