n3s0 || journal

Install & Setup PostgresSQL on Ubuntu Server

Posted on 1 min

Sysadmin

Table of Contents

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