Migrate MySQL to Postgres

I've a customer Metabase install running on MySQL. I'd like to switch this to Postgres as that's what all my other customers are using.
Is there a recommended approach or is it just a case of copying data from MySQL to Postgres?

Hi @AndrewMBaines
There are a couple of different ways to do it, but I wrote several ways in this issue:
https://github.com/metabase/metabase/issues/12488

1 Like