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"
I am not sure what is the issue.
