Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing upgrade instructions in package postinstall script #689

Merged
merged 2 commits into from
Feb 5, 2016

Conversation

andy-dufour
Copy link
Contributor

Fixing #646

Simply adding some information via echo to tell the user they need to run chef-server-ctl start after the upgrade command completes.

Currently if you follow our post-install packages instructions explicitly you end up with a chef-server with all of its services down. Adding an explicit chef-server-ctl start and a link to our verbose docs upgrade instructions corrects the situation.

@@ -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:"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

verbose -> detailed?

@stevendanna
Copy link
Contributor

👍 This looks reasonable to me

@andy-dufour
Copy link
Contributor Author

@irvingpop
Copy link

Love it! 👍

@sdelano sdelano force-pushed the ad/upgrade-instructions branch from 019d783 to 3cbc981 Compare February 5, 2016 21:25
sdelano added a commit that referenced this pull request Feb 5, 2016
Fixing upgrade instructions in package postinstall script
@sdelano sdelano merged commit b8e8b07 into master Feb 5, 2016
@sdelano sdelano deleted the ad/upgrade-instructions branch February 10, 2016 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants