Change postgres password

jordanrolphHOBBY

a year ago

I have a Postgres instance, and I want to change the password. I click edit in the Environment Variables UI and enter my new password then press the check button. But the password does not change. It means my connection string is not changing either and I cannot secure my DB

Solved

2 Replies

a year ago

You can not change the password via service variables, those variables where only used to set the initial password when the database was deployed, please look up a tutorial on how to change a user's password in postgres as doing so is standard across all postgres databases.


Status changed to Solved railway[bot] about 1 year ago


jordanrolphHOBBY

a year ago

Thanks brody