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 Unix systems, the permissions on .pgpass must disallow any access to world or group; achieve this by the command chmod 0600 ~/.pgpass. If the permissions are less strict than this, the file will be ignored.
This is the way mine is set up and works in other scenarios. However the lib seems to not using the .pgpass file. Also, there is no error telling me of a permissions problem (graceful fallback?).
The text was updated successfully, but these errors were encountered:
I found this lib via brianc/node-postgres#455.
Can you clarify which permissions are required to read from the file?
From the postgres docs:
This is the way mine is set up and works in other scenarios. However the lib seems to not using the
.pgpass
file. Also, there is no error telling me of a permissions problem (graceful fallback?).The text was updated successfully, but these errors were encountered: