I am setting up bors-ng to run in Docker using the prebuilt Docker image on dockerhub using the instructions here - Setting up bors with docker-compose
hello @hgdoe! Where I work we have been using bors in a dockerized setup with AWS Postgres RDS without issues for years. In your case, the timeout error makes me suspect you might be missing a network rule to allow traffic from the bors container to the RDS instance
Hello @unicolet! Thanks for your response. I will check the network rules for our RDS instance. Do you remember any special rule you had to set somewhere in your rds instance to allow traffic from bors container?
In our case we allowed only TCP traffic over port 5432 from the security group of the instance(s) running bors. I suppose it's the same or similar for you, depending on how you run bors (on a plain EC2 instance, or in ECS, EKS, etc)