Promoting dashboards from one local instance to the other

Hi,
I know a few people already asked about this sometime ago and I am still asking since they are a little old. I have some dashboards created in my local instance and would like to export them and import in another Metabase instance. Is there an easy way to do that? Thanks in advance!

Hi @raj006
By using Serialization: https://www.metabase.com/docs/latest/installation-and-operation/serialization
Otherwise you'll need to do a lot of API calls to create things on the other instance.

Hi @flamber Thank you, will try it out and let you know. Thanks!