wp-migrate-db icon indicating copy to clipboard operation
wp-migrate-db copied to clipboard

Hex-Blob Error

Open marcostalder85 opened this issue 3 years ago • 2 comments

I've found out, when you use some transaction plugins who stores the whole transactions as a blob, and you want to import this SQL-file, you will get an error.

So the workaround is, that we have to clean the INSERTs of this table and export it separately etc...

Maybe there is a good way to add --hex-blob or turn blob into a good importable option.

marcostalder85 avatar Mar 10 '22 14:03 marcostalder85

Hey @marcostalder85, could you let us know which transaction plugin you are using and provide us with steps to recreate the error so we can look into this further?

kevinwhoffman avatar Mar 15 '22 21:03 kevinwhoffman

Hey @kevinwhoffman . We used the most used plugin for DataTrans I could send you the zip file directly or an sql dump without wp-migrate-db.

marcostalder85 avatar Mar 28 '22 19:03 marcostalder85