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..."
