How to migrate from one instance (Kubernetes) to an other (Heroku)

Hi,

I've used metabase for more than 1 year on Kubernetes and now I'd to migrate to a platform I'm more used to, Heroku.
How can I easily migrate all the users, database configurations, alerts... ?

Thanks

everything in Metabase is saved to the application database, so you either migrate the H2 file that should be inside a persistent volume in K8S (if that's the case, please move away as soon as possible from the H2 database) or in a production grade app database (MySQL or Postgres), so you should migrate the app db to Heroku and connect Metabase to that database

1 Like