What is the best production deployment for new questions?

Hello,

I've metabase in my development machine and wanna know what is the best way to deploy new questions and dashboards to production?

I've postgres as metabase database. For now I'm doing a backup and restore in the database. I wanna know if have a better way, to merge my development change to production instead of restore all database.

Something like export my questions and dashboards and import into production. Maybe put on git to version control, etc.

Thanks

Hi @trialsin
That's what Serialization is for: https://www.metabase.com/docs/latest/enterprise-guide/serialization.html
Alternatively you could use something like https://github.com/vvaezian/metabase_api_python

Thank you @flamber