Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • Issue: tutor dev quickstart fails with

    Code Block
    ERROR 2003 (HY000): Can't connect to MySQL server on 'mysql' (111)
    [10/10] Waiting for MySQL service (this may take a while)...
    MySQL initialisation error
    • This sometimes just goes away if you wait a minute and try again

  • Issue: tutor dev stop doesn’t actually stop anything

    • Check your container names with docker ps. They should be of the form tutor_nightly_dev_myservice.

      • If they do not have the nightly suffix, you may be accidentally running the latest tutor release instead of tutor-nightly. You can check this by running tutor config printroot. If you are running the nightly version, the directory name will be /some/thing/tutor-nightly. Otherwise it will just be /some/thing/tutor

      • If they say local instead of dev, run tutor local stop

  • tutor images build --no-cache all seems to still be using cached layers

    • try using tutor dev dc build --no-cache instead