Metabase Migrate

Dear All,

I have most of my Metabase dashboard on my Local Instance on my Local Machine but i want be able to replicate the same on my LIVE instance.

Is there a way i can just Backup and Restore to a different Location?

You can backup and restore the entire database. There's no way to migrate portions yet.
More discussion here:

1 Like

Thank You for your response @AndrewMBaines

@AndrewMBaines is there a way i can start Metabase without using the code below everytime?

java -jar metabase.jar

In Windows:

I'm still learning the Linux side.

use nssm

to anyone who needs it. I’ve made some scripts for different type of “copying” or “migrating” dashboards from one metabase to another. you can check it out on my github repo : GitHub - slavashaz/Metabase-Dashboard-Cloner: script that can copy your dashboard and link it to another db. · GitHub

if you guys need anything else, just let me know in “issues” sections.