PostgreSQL donwload error

0
I m trying to install a PostgreSQL in my organization's system, while installing, I got error which is mentioned in Image, can anyone have idea about this error??
asked
1 answers
1

Though this is not a mendix question, it seems like your machine cannot speak to www.postgresql.org via ports 443 (it says after a lot of seconds meaning a timeout!) so get this checked by your IT contact.

 

but as far as i see rather than installing PostgreSQL this way, why not make use of Docker?

1. Install Docker Desktop first and make sure it is running

2. Then use this to install PostgreSQL (https://www.sqlshack.com/getting-started-with-postgresql-on-docker/)

 

answered