Question about Postgres passwords variable being a hash
aprovatte
HOBBYOP

10 days ago

Im now facing a problem where i dont know if the password variable in postgres is actually a randomly generated password or if its just a hash

Solved

1 Replies

Railway
BOT

10 days ago

The PGPASSWORD variable on a Railway Postgres service is a randomly generated password, not a hash. It looks like a long alphanumeric string, but it is the actual plaintext password used to authenticate with the database. You can use it directly in your connection strings or reference it from other services via ${{Postgres.PGPASSWORD}}.


Status changed to Awaiting User Response Railway 10 days ago


Status changed to Solved aprovatte 9 days ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...