Uses initdb even when it's not needed
johnkeates opened this issue · 0 comments
johnkeates commented
Distro packaged postgres installs usually don't require a manual initdb step, but this is always executed in this formula. On Debian specifically, initdb isn't in the PATH and the formula just fails.