Skip to content

Commit

Permalink
fixup! Fixes #16745: when upgrding rudder from 5.0 to 6.0, the rudder…
Browse files Browse the repository at this point in the history
…-pkg restaure pkg cannot restart correctly Jetty, so rudder-upgrade doesn't checkk compatibility, and rudder cannot start

Fixes #16745: when upgrding rudder from 5.0 to 6.0, the rudder-pkg restaure pkg cannot restart correctly Jetty, so rudder-upgrade doesn't checkk compatibility, and rudder cannot start
  • Loading branch information
ncharles committed Feb 20, 2020
1 parent d2fb94e commit 7f332c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rudder-webapp/SOURCES/rudder-webapp-postinst
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ echo "Done"
# Restore the plugins and checking them
if [ -f /tmp/rudder-plugins-upgrade ]
then
/opt/rudder/bin/rudder-pkg plugin restore-status < /tmp/rudder-plugins-upgrade
/opt/rudder/bin/rudder-pkg check-compatibility
/opt/rudder/bin/rudder-pkg rudder-postupgrade
rudder package plugin restore-status < /tmp/rudder-plugins-upgrade
rudder package check-compatibility
rudder package rudder-postupgrade
fi

cd /
Expand Down

0 comments on commit 7f332c6

Please sign in to comment.