How to Install PostgreSQL on Ubuntu 20.04 Server
Install software certificates for a secure SSL connection
$ sudo apt install wget ca-certificates
Add it to apt-key management utility and create a new configuration file with an official PostgreSQL repository address
$ wget --quiet -O - https://...
appliedlambda.engineersnation.com1 min read