ByteInternet / hypernode-docker

Fast and easy Docker for Magento development
https://community.hypernode.io/hypernode-docker
35 stars 8 forks source link

Status error check_mysql false after start (also after restart) while MySQL works just fine #4

Open mikebranderhorst opened 6 years ago

mikebranderhorst commented 6 years ago
Giving the new services a couple of seconds to start..
hypernode-docker status: {
    "errors": {
        "check_mysql": false,
        "check_readonly_fs": true,
        "check_redis": true,
        "check_root_free_inodes": true,
        "check_root_free_space": true,
        "check_varnish_proxy": true
    }
}

Expected as described in starting-the-container.md

Giving the new services a couple of seconds to start..
hypernode-docker status: everything ok
kaybeudeker commented 6 years ago

Indeed, initial start returns the 'check_mysql": false' (OSX). After restarting the whole container and/or services ('bash /etc/my_init.d/60_restart_services.sh') everything seems to be ok over here..

vdloo commented 6 years ago

I suspect this might be a timing issue, could you guys check if increasing the sleep under 'Giving the services some time to stop' from 5 to something way larger like 30 makes a difference?