Heroku app recompiles after restarts using Elixir 1.15

Yes, running the migrations through mix will force recompilation. There is a way around it though, i think its described quite well under the phoenix release docs. In short its a helper function that is called via the release through the eval command

1 Like