[erlang-questions] Release upgrade of an app without a top supervisor
Roberto Ostinelli
roberto@REDACTED
Tue Feb 16 18:26:44 CET 2016
Thank you for this example Ulf.
However, the modifications I've illustrated here below to the relup file
instruct to stop the setup application.
The release_handler will query the states only of currently running
applications:
https://github.com/erlang/otp/blob/maint/lib/sasl/src/release_handler_1.erl#L597
Hence, since the setup app is stopped, it does not query it.
Probably that's why my example here below works? :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20160216/d4d49f41/attachment.htm>
More information about the erlang-questions
mailing list