[0.30.0: DONE] Error migrating from H2 to MySQL

I'm getting the same error with the latest version of Metabase. Did it just work for you after the upgrade?

EDIT:

I was able to get past the h2 clause error by properly setting the db variables in the command. java -jar -DMB_DB_TYPE=mysql -DMB_DB_DBNAME=metabase -DMB_DB_PORT=3306 -DMB_DB_USER=meta -DMB_DB_PASS=password metabase.jar load-from-h2 ./metabase.db

Now the error i'm getting is: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'admin BIT(1) NOT NULL, user_id INT NOT NULL, organization_id INT NOT NULL, CONST' at line 1

A few tables are created in sql but there's no data in them.

image