You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On MacOS, after installing Postgres, the psql command is linked in the bin folder. This puts the correct psql command into my $PATH.
On Windows, the psql command is in ~/.config/herd/bin/services/postgresql/16/bin. This is not part of the $PATH, which makes scripting things like creating DBs harder.
It would be ideal for herd to include the binary in the $PATH on all supported OSes. This makes supporting a heterogeneous environment easier.
Steps to reproduce
Install Herd, activate pro, and install a postgres service. On MacOS, post-install, run psql. On Windows, post-install, run psql. Note the different results.
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Platform
Windows
Operating system version
Windows 10
System architecture
Intel (x86)
Herd Version
1.11.2
PHP Version
PHP 8.3
Bug description
On MacOS, after installing Postgres, the
psql
command is linked in the bin folder. This puts the correctpsql
command into my$PATH
.On Windows, the
psql
command is in~/.config/herd/bin/services/postgresql/16/bin
. This is not part of the$PATH
, which makes scripting things like creating DBs harder.It would be ideal for herd to include the binary in the
$PATH
on all supported OSes. This makes supporting a heterogeneous environment easier.Steps to reproduce
Install Herd, activate pro, and install a postgres service. On MacOS, post-install, run
psql
. On Windows, post-install, runpsql
. Note the different results.Relevant log output
No response
The text was updated successfully, but these errors were encountered: