a month ago
Postgres service on Railway — admin user postgres cannot authenticate even after using the dashboard’s Change Password function. The new password shown in the dashboard (and in DATABASE_URL) is rejected with FATAL: password authentication failed for user "postgres" when connecting via the public proxy at centerbeam.proxy.rlwy.net:40983. This persists across service restart and password reset. Tested with both URL-form and -U postgres prompt-form psql connections.
2 Replies
a month ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open Railway • 28 days ago
a month ago
Did you change your password from settings > database > config? If you did, you need to redeploy all services that connect to your database, so that they use the new password.
Attachments
a month ago
I changed it in Variables with the generator function under the three dots to the right of the password
. Is there a shortcut in terminal to list all that use it and