PostgreSQL - Setting up - Linux Ubuntu
PostgreSQL is one of the most known and used SQL server. We’re going to see how to install it on a Linux opearting system, to be precise on Linux Ubuntu. First of all For this tutorial, our Linux distribution will be Ubuntu 22.04: https://ubuntu.com/ Then PostgreSQL 14.5: https://www.postgresql.org/ As a bonus we’ll use pgAdmin 4 v6.15 to manage PostgreSQL as a GUI: https://www.pgadmin.org/ Let’s get started To install PostgreSQL on Ubuntu, just follow the documentation. ...