Mysterious Postgres user issue
anshulachowdhury
HOBBYOP

10 months ago

Hello, I'm experiencing an issue with my Wasp app deployment that started after the recent Railway update (April 4 changelog).
My app was working fine before, but now deployments are failing with this error:
pg-boss failed to start!
error: role "u9o4bahro8glkv" is not permitted to log in
The strange thing is, when I check my database using \du and SELECT rolname, rolcanlogin FROM pgroles;, this role doesn't exist in my database at all. The only role with login privileges is "postgres", which matches my DATABASEURL connection string (postgresql://postgres:PASSWORD@nozomi.proxy.rlwy.net:XXXX/railway).
This suggests something at the Railway infrastructure level is trying to use a different username than what's in my connection string. I haven't made any changes to my database configuration, and this was working before the recent update.
Has anyone else experienced similar issues with pg-boss or database connections after the update? Any guidance on how to resolve this would be greatly appreciated.

Solved

5 Replies

anshulachowdhury
HOBBYOP

10 months ago

Project ID: 025e8bca-9a4b-4f9a-896d-4276d2a65eef


anshulachowdhury
HOBBYOP

10 months ago

Hey - Just watned to check in on this?


brody
EMPLOYEE

10 months ago

Hello,

I'm sorry but this is an application level issue and would not relate to the Railway product or platform.


anshulachowdhury
HOBBYOP

10 months ago

Thanks, you are correct - This was an application issue.


brody
EMPLOYEE

10 months ago

!s


Status changed to Solved brody 10 months ago


Loading...