Rohan
Rohan

Reputation: 477

datetime error while transferring from mysql to postgres using mysql2pgsql

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

Answers (1)

Daniel Cioata
Daniel Cioata

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

Related Questions