Database Schema migration after upgrading metabase to 0.45.1

Hi..
I'm using postgreSQL on AWS for my application in metabase and I'm recently upgraded the image version to 0.45.1 but I didn't do the migration schema before upgrading, should I do it now? and how?
because I didn't found anything about migration schema on the documentations.

Hi @bayader
I don't understand what you mean. When upgrading, then Metabase will automatically make migrations.

I mean database schema migration is it done automatically? or should I do it manually?

@bayader It's done automatically, when you upgrade to a newer version. Unless you have specifically set auto-migrate to false, but then Metabase doesn't even startup:
https://www.metabase.com/docs/latest/configuring-metabase/environment-variables#mb_db_automigrate

In other words, you don't need to do anything. It's done automatically.

Ok thank you for your replay.