Do migrations work in a docker self hosted solution?

Hi,
I have my Ghost hosted in a docker container, and I wondered if I change the tag of the docker image if it will also automatically create database migrations or will I have to manually work on them?

This is the instalation reference I used: https://render.com/docs/deploy-ghost

Ghost is responsible for running migrations, so it should “just work” :slightly_smiling_face:

Awesome, thanks! I’ll see next time, I’ve set the docker to a specific tag so I could control it.