How to install PostgreSQL - Ubuntu 24
๐ 1. Install PostgreSQL
Update packages and install PostgreSQL server:
sudo apt update && sudo apt upgrade -y
Install PostgreSQL server
sudo apt install postgresql postgresql-contrib -y
Check if the service is active:
sudo systemctl status postgre...
luanrodrigues.com.br1 min read