Install & Setup PostgresSQL on Ubuntu Server

Summary


Noting some installation and setup for PostgreSQL on Ubuntu Server.

Install


The command for installing the PostgreSQL server package from the repos can be found below.

sudo apt install postgresql -y

I will walk through setup soon.

Resources