I'm trying to migrate from mysql 5.7 to Postgres 14 with this command
pgloader mysql://root:pass@host/db postgresql://supabase_admin:pass@localhost:5433/db
but I get this error
2022-11-16T12:56:50.633053-05:00 ERROR A thread failed with error: Corrupt NEXT-chain in #<HASH-TABLE :TEST EQUAL :COUNT 8 {700E9EBA63}>. This is probably caused by multiple threads accessing the same hash-table without locking.
I do not understand this at all. How can I get around this?