View Source Edeliver.Relup.Instructions.SoftPurge (edeliver v1.9.2)

Upgrade instruction which replaces :brutal_purge with :soft_purge

for :load_module, :load, :update and :remove relup instructions.

If :brutal_purge is used, processes running old code are killed. If :soft_purge is used the release handler will refuse to start the upgrade.

Link to this section Summary

Link to this section Functions

Link to this function

modify_relup(instructions, config)

View Source

Callback implementation for Edeliver.Relup.Instruction.modify_relup/2.