You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: