Lance Albertson
Lance Albertson
@Pursu1tOfHapp1ness does `journalctl -u postgresql` show for the output logs? Also you might look at other logs for the pg server that might give you some help. I'm not sure...
It looks like there's another PG instance running on the server. Does that seem correct?
If someone wants to make a PR which addresses this, we can certainly review and merge it!
@ervinsh please feel free to make a PR which addresses this and we can get this merged/released.
@urlund is this only happening on Mac Desktops or does this also happen on Linux desktops using the newer version of Docker?
@urlund what version of the docker-api gem do you have installed? I wonder if you're running into a similar issue we're seeing in https://github.com/test-kitchen/kitchen-dokken/issues/208
We'll need to look more closely at what needs to be fixed on our end. Feel free to make a PR if you figure out it and we'll get it...
@explody is this still an issue that needs to be addressed?
@StanislavBabkin I'm not able to replicate this by using this (as you mentioned above) ``` mysql_service 'default' do bind_address '0.0.0.0' port '3306' initial_root_password 'Ch4ng3me' action [:create, :start] end ``` I...
Feel free to make a PR which makes this work on Ubuntu 20.04 and we can review it!