Problem scenario
You are using Debian or Ubuntu Linux and you want to install PostgreSQL. What do you do?
Solution
Run these commands:sudo apt -y install postgresql
sudo systemctl start postgresql@11-main
sudo pg_ctlcluster 11 main start
A Technical I.T./DevOps Blog
Problem scenario
You are using Debian or Ubuntu Linux and you want to install PostgreSQL. What do you do?
Solution
Run these commands:sudo apt -y install postgresql
sudo systemctl start postgresql@11-main
sudo pg_ctlcluster 11 main start