Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
v69.2 to v69.3 actually good upgrade path
Browse files Browse the repository at this point in the history
Was missing a path addition for backoff to be loaded, causing a node
failure.
  • Loading branch information
ferd committed Aug 26, 2013
1 parent e2e26d8 commit 8f7049c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions upgrades/v69.2_v69.3/live_upgrade.erl
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ UpgradeNode = fun () ->
l(logplex_http_drain),

%% redgrid change of state
code:add_pathz("deps/backoff/ebin"),
sys:suspend(redgrid),
l(redgrid),
sys:change_code(redgrid, redgrid, "v69.3", undefined),
sys:resume(redgrid),

application:set_env(logplex, git_branch, "v69.3"),
Expand Down

0 comments on commit 8f7049c

Please sign in to comment.