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

a new 'doctor' #82

Open
9 tasks
shakyShane opened this issue Jan 8, 2020 · 1 comment
Open
9 tasks

a new 'doctor' #82

shakyShane opened this issue Jan 8, 2020 · 1 comment

Comments

@shakyShane
Copy link
Contributor

shakyShane commented Jan 8, 2020

The new version of the doctor command will work a bit like brew doctor, in that it will attempt to detect problems in a current environment.

This issue is to track a list of checks to be added to the M2 recipe

  • check env.php exists
  • check auth.json exists
  • check that composer install has been run
  • check that ./bin/magento exists - because if it doesn’t, it’s normally because composer install halted/failed
  • check that all services are actually running
  • check that any url fields in the DB match those found in the wf2.yml file
  • check if host entries are there (or that dnsmasq is running)
  • check if app:config:import needs to be run
  • check if files exist in the container (to rule out sync problems)

Any other ideas, please comment

@mikeymike
Copy link
Contributor

docker storage check, this is the overlay storage when you run df in a container which should make it easy to see what is available.

I generally use this to see it

docker run --rm alpine:latest df -h

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

No branches or pull requests

2 participants