I have had great luck with pgloader transfering data excerpt for one table, plugindata. Does anyone have any hints on the proper casting for the fields? The problem field seems to be named data and defined as a LONGBLOB. The migration is from MySQL 5.1 to Postgresql 9.3 using pgloader version "3.2.0"
Examples of the pgloader errors:
The value 33354273 is not of type (UNSIGNED-BYTE 24).
DEBUG copy-batch plugindata 5 rows [oversized]
Hi @Dave Watts,
Was you able to migrate from mysql to postgre?
Hi Dave
You might consider to use the XML backup to migrate, as described here: Migrating to Another Database
Cheers,
Rafael Pereira
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately sometimes it's just not possible. Not only the XML may take hours (10+) before it fails:
root cause java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter not found by com.atlassian.activeobjects.activeobjects-plugin [17]
And in addition there's no guaranty that even if this specific problem is solved, there won't be more problems after that. Kind of tree hiding the forest situation...
In those situations, a direct DB migration would be a better strategy.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.