Skip to content

Instantly share code, notes, and snippets.

@andrewfritz86
Created January 30, 2019 17:00
Show Gist options
  • Save andrewfritz86/9d4c6b7564f1e895df59183f7da7b7f7 to your computer and use it in GitHub Desktop.
Save andrewfritz86/9d4c6b7564f1e895df59183f7da7b7f7 to your computer and use it in GitHub Desktop.
adhoc_broken_runbook.md
  1. If you push changes to WWW, run sudo service www restart
  2. If you the helios store (ecom) API is down, try sudo service nginx restart
  3. If it still seems down, check the logs sudo tail -f /var/log/wp/helios/frontend_store.log
  4. If the admin won't load, try sudo service admin restart
  5. If it's still down, try restarting the adhoc in the aws console https://console.aws.amazon.com/ec2/v2/home
@ddipanfilo
Copy link

ddipanfilo commented Jan 31, 2019

this occurred again, and the following commands unblocked us

ssh silly-david.wp-dev.io 'sudo service www restart && exit' &&
ssh silly-david.wp-dev.io 'sudo service store restart && exit' &&
ssh silly-david.wp-dev.io 'sudo service admin restart && exit' &&
ssh silly-david.wp-dev.io 'sudo service catalog restart && exit'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment