This is an old revision of the document!
Postgres
Installation
sudo apt install postgresql postgresql-contrib
Change Password
ALTER ROLE postgres WITH PASSWORD 'password';
This is an old revision of the document!
sudo apt install postgresql postgresql-contrib
ALTER ROLE postgres WITH PASSWORD 'password';