Kinsen-Repo-Car-Rental
a month ago
I need exact platform behavior for a safe Postgres password rotation on this project before making any changes.
2 Replies
a month ago
You can safely regenerate your Postgres password using the Credentials tab in the database service panel. This updates the password and automatically syncs all related environment variables (like PGPASSWORD and DATABASE_URL) within the service, avoiding manual edits that could cause auth mismatches. After regenerating, you will need to manually redeploy any dependent services so they pick up the updated variable values.
Status changed to Awaiting User Response Railway • about 1 month ago
Status changed to Awaiting Railway Response Railway • about 1 month ago
Status changed to Open Railway • about 1 month ago
a month ago
You can change your Postgres password from your Postgres Service Settings > Database > Config > Connection.
Attachments