proxmox

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

 

To see the full content, share this page by clicking one of the buttons below

Related Articles

Leave a Reply