Open port for space to connect to PostgreSQL

Hi @anon86412018 ,

I had a similar issue when integrating my Hugging Face Space with my AWS instance.
I later found that Hugging Face Space only approves for the privileged port, which is below 1024.
I think this is for security reason, and I suggest that you change your SQL server port open with privileged port.

For now, I switched the service port to 80, but I remembered that it is fine if the port number is below 1024.

Ref for my previous issue: