Migrate H2 Database to PostgreSQL

Hello,

I'm trying to migrate my H2 database to my PostgreSQL using this command

export MB_DB_TYPE=postgres
export MB_DB_CONNECTION_URI="jdbc:postgresql://<host>:5432/metabase?user=<username>&password=<password>"
java -jar metabase.jar load-from-h2 /path/to/metabase.db

but im getting stuck on the "Copying instances of ViewLog..."

it's probably taking a lot of time or simply it's struggling with memory

Probably, it's normal even if the migration is stuck on View Log that i dont have any data on core_user schema (email,password etc..)?

Clear the log and query tables before migrating.
That said, your original question was 13 hours ago - has it finished yet?