Copy dashboards from one database to another one

Hi , I'd like to ask if there is a way to copy dashboards and questions from one database to another one where the latter has same names for collections and documents fields I'm using mongodb as my database , Thank you

Hi @Lina
It would require something like this to be implemented first:
https://github.com/metabase/metabase/issues/6496 - upvote by clicking :+1: on the first post

Currently such operation can only be done with Serialization https://www.metabase.com/docs/latest/installation-and-operation/serialization or extensive use of the API.

Thanks for your reply, can you please explain more or give me a reference of how it can be done through API?

@Lina Have a look at https://github.com/vvaezian/metabase_api_python and https://www.metabase.com/docs/latest/api-documentation
Try searching the forum for other questions about API. It will not be anything simple, it's quite complex to change the IDs of all questions etc.