Reuse Dashboard

So, I am planning to use this tool to create dashboards which will be connected to a postgres database. I want to deploy this dashboard for different databases with the same schema so that it can be reused. How can this be done?

Hi @DhvlThkkr
You would have to use Serialization to use different databases for the dashboard questions: https://www.metabase.com/docs/latest/installation-and-operation/serialization
It's not possible to switch database for questions without having to recreate them otherwise:
https://github.com/metabase/metabase/issues/6496 - upvote by clicking :+1: on the first post