Error Message when trying to open Metabase on MAC

Any help on understanding what I need to do would be great!!

The Metabase server terminated unexpectedly.

Messages:

INFO metabase.driver :: Registered driver :h2 (parents: :sql-jdbc) :truck:

Load driver :h2 took 25 ms

INFO metabase.driver :: Registered driver :mysql (parents: :sql-jdbc) :truck:

Load driver :mysql took 24 ms

INFO metabase.core :: Setting up and migrating Metabase DB. Please sit tight, this may take a minute…

WARN metabase.db :: WARNING: Using Metabase with an H2 application database is not recommended for production deployments. For production deployments, we highly recommend using Postgres, MySQL, or MariaDB instead. If you decide to continue to use H2, please be sure to back up the database file regularly. See https://metabase.com/docs/latest/operations-guide/start.html#migrating-from-using-the-h2-database-to-mysql-or-postgres for more information.

INFO metabase.db :: Verifying h2 Database Connection …

INFO metabase.driver :: Initializing driver :sql…

INFO metabase.driver :: Initializing driver :sql-jdbc…

INFO metabase.driver :: Initializing driver :h2…

ERROR metabase.core :: Metabase Initialization FAILED

java.lang.Exception: org.h2.jdbc.JdbcSQLException: IO Exception: “Closing” [90028-197]

at metabase.driver.util$can_connect_with_details_QMARK_.invokeStatic(util.clj:34)

at metabase.driver.util$can_connect_with_details_QMARK_.doInvoke(util.clj:18)

at clojure.lang.RestFn.invoke(RestFn.java:442)

at clojure.lang.Var.invoke(Var.java:393)

at metabase.db$fn__17576$verify_db_connection__17585$fn__17588$fn__17589.invoke(db.clj:405)

at metabase.db$fn__17576$verify_db_connection__17585$fn__17588.invoke(db.clj:403)

at metabase.db$fn__17576$verify_db_connection__17585.invoke(db.clj:396)

at metabase.db$fn__17576$verify_db_connection__17585$fn__17586.invoke(db.clj:399)

at

Hi @dhruv17
It looks like the H2 database is corrupted. Not sure what’s easiest for you, recover from a backup (I’m guessing you got Timemachine/etc) or try to fix the corruption:
https://www.metabase.com/docs/latest/troubleshooting-guide/application-database.html