Hey all I'm having some issues with seeding inside...
# orm-help
k
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.
n
Hey Kyle 👋 Is your database accessible from outside or are there any configurations enabled to allow only specific IP addresses? You don’t have a VPC in your environment?