Install PostgesSQL on proxmox LXC container

Install PostgesSQL on proxmox LXC container

#Install #PostgesSQL #proxmox #LXC #container

“My Automation Applications and Coding”

Step 1 — Installing PostgreSQL
sudo apt update
sudo apt install postgresql postgresql-contrib
sudo systemctl start postgresql.service
Step 2 — Using PostgreSQL Roles and Databases
sudo -i -u postgres
psql
q
exit
sudo -u postgres psql

source

Exit mobile version