How to load metabase's database backup inside Docker container?

You need to set MB_DB_FILE to something like metabase.db because H2 adds the extension automatically.

So the actual file is called /tmp/metabase.db.mv.db but the env var is MB_DB_FILE=/tmp/metabase.db