0

I am trying to migrate a PostreSQL database to a local MySQL server using MySQL Workbench. I have set both connections, tested them and succeded, selected schemas to migrate and clicked next.

However, it always ends up at Reverse engineer selected schemas, where it keeps getting some errors. The image(s) below shows them all.

I have found some suggestions to edit some files (db_postgresql_re_grt.py), but none of them worked (even after restarting MySQL Workbench).

PostgreSQL version is 8.1.23

Error

Complete message log: Message log

1 Answers1

0

It seems you found a bug in migration wizard. Please fill bug report, and (if you can) attach your database to it (you can make it private, that only Oracle employees can see it).

Miłosz Bodzek
  • 1,239
  • 7
  • 13
  • Note: pg_enum was changed *somewhere* after pg-8.1, (and again in pg-9.3) (and 8.1 is a very old, unsupported version, best migration path would be to first upgrade to a recent postgres version) – joop Sep 01 '15 at 13:56