I have 2 instances of Metabase ( v0.53.6.6) on which I have various SQL Queries and Dashboards. I would love to merge them by exporting them from one of my instance and importing them in the other one.
This Export and import of collections, questions and dashboards into another metabase instance with same Schema seems to indicate this is possible, but I am not sure how we access this serialization via API
Thanks,
That's a paid feature.
It is possible to do it by copying from one database ot another but it's not supported and you have to ensure that each instance is using a different range of ids. Your's won't be as it needs to be setup first.
I've written code that will move questions and dashboards from one instance to another.
It uses the metabase API.
It's still a work in progress and it needs help some times matching all the question IDs, but it's a start.
Let me know if you want to contribute.
2 Likes
Sure, I will be happy to test it and contribute if needed (and if I can).
Yes, interested in helping. How far have you got?