What will be the connection string of H2 db installed via Docker?

Hi

I am trying to connect to Metabase H2 DB via Metabase.
I installed Metabase using Docker.

So what will be the Connection String?

Hi @spanda
You should not use H2 if you're using Metabase in production:
https://www.metabase.com/docs/latest/operations-guide/migrating-from-h2.html
The path for H2 should be like this for Docker:
/metabase.db/metabase.db;USER=GUEST;PASSWORD=guest

1 Like