Migrate to different platform

Hi all,

I've around 18 questions in developer machine. But I need to setup metabase docker with this exsiting question for another 10 enviroments.

I've tried to commit and re-image the metabase docker with exiting questions but seems not working. Always need to re-setup from the start. Could you guys kindly advise how to duplicate metabase in order not to re-do those 18 questions manually.?

Thanks.

Hi @maymekms
There is Serialization, which can help with that:
https://www.metabase.com/learn/administration/serialization
Otherwise you can simply duplicate the application database. It is not recommended to use H2 in production.
https://www.metabase.com/docs/latest/operations-guide/running-metabase-on-docker.html

1 Like