Metabase from AWS to Azure

Hi Team,

I am a beginner and I would like to understand the steps involved to move the Metabase with MySQL database from AWS to Azure. Can someone listed all the steps required to achieve this.

My current Metabase version in AWS: V0.38.0.1 built on 02/2021

you just need to migrate your app db from one cloud vendor provider to the other, check how you can make a mysql dump and then import a dump in azure

Thanks @Luiggi .

There are many custom reports created by end users on AWS.
If i have fresh installation of Metabase with existing AWS Mysql DB copy, Will i not loose all the reports?

that's why you need to restore the application database you had in AWS in Azure, and you'll get all the same entities you had in AWS

BTW: you're using a really old version, missing the latest and greatest features, please consider upgrading

Understood Luiggi.

So we will have two database usually ?
One is Application Database - Holding all App details including all custom reports
One is Actual Database - Holding business related data(example: HR, Finance, etc..)

1 Like