How to import and export reports

We have a test environment to pre-release the production environment, how to export reports and import them into other environments。How did you do it? tks!

Hi @lorance
What do you mean by import/export reports?
Do you mean import/export questions/dashboards(/settings)? If yes, then that feature is only available in Enterprise Edition - it’s called serialization:
https://metabase.com/docs/latest/enterprise-guide/serialization.html
There’s another project that makes use of the API, but it hasn’t been updated to the latest release:
https://github.com/elevate/elevate.metabase.tools

1 Like

If you need to export the Metabase DB to SQL and for example commit to Git you can try metabase-sql-wrapper docker container.