- install postgreSQL
sudo apt install postgresql
- set password :
sudo -u postgres psql template1
ALTER USER postgres with encrypted password 'my_passwordy';
\q
sudo apt install postgresql
sudo -u postgres psql template1
ALTER USER postgres with encrypted password 'my_passwordy';
\q