Just migrated our bin/rails db:prepare from Heroku’s release step to Fly’s release_command.
And I reeeally miss the ease that we were able to inspect which migrations have run, how much time each of them took, etc. Without each of the devs on our team having to have a degree on the fly CLI.
Not even running with all possible debug/verbose options it shows this release_command output . Eg. LOG_LEVEL=debug flyctl deploy --debug --verbose ....
It has been released with flyctl v0.2.47 (Release v0.2.47 · superfly/flyctl · GitHub). Just need to make sure to use the --verbose option. I can confirm it is already working on our Github Actions to make the deploy .