-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat] Add driver binaries to $PATH
#117
Comments
Hi @joelbutcher you can click the arrow button to open the terminal, DBngin will expose the variable into that terminal session. DBngin have multiple server versions so it would not add by default. However, I agree that we should have a setting that allow DBngin add to binaries to the default path, but the user must choose the default database version first. |
@huyphams Thanks for your help!! I agree, once the user installs the bandies for a driver, they should be asked whether they want to make this the default version for that driver and whether to add the binaries for that version to their systems PATH - would love to see this pushed through in an update, would make for one less troubleshooting worry for our newer devs 👍 |
bump +1 |
@mansurmetocrm As an OSS maintainer myself on GitHub, I'm gonna go ahead and say that sticking a "bump" comment on an issue can be extremely irritating when you rely on notifications to let you know when something important has happened on an issue or PR – I would suggest you use the 👍 reaction to the original message to let the maintainer know others are interested in this |
Hey 👋
Thanks for this application, it is a massive contributor to making my daily work flow as efficient and easy as possible!
I'm not sure if you've visited this before, but I think it would be really helpful to add the binaries for each driver the the
$PATH
variable in macOS. This would fix an issue that I'm currently having with developing an application in Laravel that uses PostgreSQL and the Laravel's squashed migrations feature,When restoring the database schema (from a
.dump
file), I'm getting the following error message:pg_restore: command not found.
After some quick investigation, I was able to resolve this by adding the following to my
.zshrc
file:Driver (Ex: PostgreSQL 10.0):
PostgreSQL 15.1
DBngin build number:
6.8 (68)
macOS version:
14.0 (23A344)
The steps to reproduce this issue:
Install PostgeSQL driver (15.1)
Open terminal
Execute
pg_restore
See errror
The text was updated successfully, but these errors were encountered: