Replies: 1 comment
-
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When I run
buffalo info
I see an error with PostgreSQL:The issue here is that I'm using these brew formulae to have multiple versions of PostgreSQL running side-by-side, and so I use postgresql-common to provide easy access to common commands.
Unfortunately postgresql-common does not come with the
postgres
command, hence the error.I wonder if anyone has got Buffalo working with postgresql-common? I suppose if there's an option I can tell Buffalo where to find the executable?
Steps to Reproduce the Problem
Info
Thanks,
James.
Beta Was this translation helpful? Give feedback.
All reactions