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

:cactus: It didn’t work

Those are the cases:

  1. run a new container with mapped volume and MB_DB_FILE=metabase.db (but local file named metabase.db.mv.db)
  2. run a new container with mapped volume, stop it, replace its database with my backup, and start container again.

In both cases, Metabase overrides the backup. It doesn’t load it.