I did a migration from H2 base to Postgres base using this instruction: Migrating to a production application database
Raised the metabase via docker, but the container crashed after a few seconds, looked at the logs, and there was an error org.postgresql.util.PSQLException: ERROR: invalid Unicode special code value (approximate position: "\u0000")
How can I fix this?