Skip to content

Commit

Permalink
ChangeLog-Entry: [omnibus] [chef-server/646] Fixing upgrade instructi…
Browse files Browse the repository at this point in the history
…ons in package post-install script.
  • Loading branch information
andy-dufour committed Jan 14, 2016
1 parent 015cf25 commit 267ee14
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions omnibus/package-scripts/chef-server/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ if [ -e /etc/opscode/chef-server-running.json ]; then
echo
echo -e "\033[1;31mchef-server-ctl upgrade\033[0m"
echo
echo "After the upgrade command completes, your Chef services will"
echo "remain in a down state. To bring them back up run:"
echo
echo -e "\033[1;31mchef-server-ctl start\033[0m"
echo
echo "Then, to remove configuration files, logs, directories,"
echo "users, etc. that were used by internal services that"
echo "have been removed from this version of Chef Server,"
Expand All @@ -40,6 +45,9 @@ if [ -e /etc/opscode/chef-server-running.json ]; then
echo
echo "(Add the '--no-op' option to see what would be removed by"
echo "this command)"
echo
echo "For verbose upgrade instructions please see:"
echo "https://docs.chef.io/upgrade_server.html"
fi

exit 0

0 comments on commit 267ee14

Please sign in to comment.