Greetings
I created new docker container that uses our previous MySQL database (one we were using before had unfinished H2 migrations resulting with 502 and 503 errors, UI was unattainable). But got complaints that Our Analytics collection is empty.
I already tried java -jar /app/metabase.jar migrate release-locks and java -cp /app/metabase.jar org.h2.tools.Recover on old container/H2 to get metabase.db.mv.db and metabase.db.h2.sql but I failed retrieve collections from these.
Any tips? I can provide more about my setup, logs and taken steps if needed