Metabase application table schema

I am using PostgreSQL as the application database for Metabase. Currently all metadata tables reside in the Public schema, but I would like to move them to their own schema e.g. "metabase". Is that possible and how? Thanks!

Hi @ivolution
Yes, you can move it. And then you'll likely need to currentSchema=metabase to the connection string:
https://www.metabase.com/docs/latest/operations-guide/environment-variables.html#mb_db_connection_uri