Reputation: 477
While transferring data from MySQL to Postgres using mysql2pgsql I am getting the following error
Exception: unknown datetime(6)
I am using ubuntu 14.04, Mysql5.6 and Postgres9.3
Upvotes: 1
Views: 76
Reputation: 41
What version of mysql2pgsql are you using? Does your version include the fix for this issue? Is the traceback (found in logs) similar?
Upvotes: 1