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?
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:
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.