MySQL to Postgre Migration

What are the common bugs found while migrating to MySQL db to Postgre?

Questions by Noah_Raj

Showing Answers 1 - 12 of 12 Answers

santhanapandi

  • Mar 21st, 2013
 

Mostly Its not possible because of it will comes on syntax error..

  Was this answer useful?  Yes

VIjay

  • Aug 4th, 2014
 

You may get unicode UTF-8 character decoding problem when migrating from MySQL to PostgreSQL .....

  Was this answer useful?  Yes

monaleeb

  • Dec 29th, 2016
 

Most time it gives issues for Object data type like Enum, Boolean, Date as Postgres uses it as Object which not concept in MySQL.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions