Hey all I'm having some issues with seeding inside of GitHub actions to an AWS rds postgres database. I can connect locally and another action can connect successfully through .NET.
The error I'm getting is very generic
Can't reach database server at `<database name>.
cetrsfy7iaye.us-east-1.rds.amazonaws.com`:`5432`
Please make sure your database server is running at `<database name>.
cetrsfy7iaye.us-east-1.rds.amazonaws.com`:`5432`.
Is there some connection flag I need to set? I've tried ?sslmode= require and disable but no luck.