I'm exploring Elixir language, also deep into Erlang environment recently.
I want to know how to use hot upgrade in this situation:
Usually we deploy a application begin with a root supervisor. After it's running for a few weeks, I want add a new GenServer to the root supervisor.
Could the GenServer be auto start up after deploy a hot upgrade?
Do I need to shutdown and start up the Erlang VM if I'm adding a new GenServer?