Change PostgreSQL password from Linux terminal the easy way
Mar 11, 2024
- Switch to postgres user
sudo su postgres
2. Login to psql terminal
psql postgres
3. Run command to change password
ALTER USER postgres WITH PASSWORD 'mynewpassword';
sudo su postgres
2. Login to psql terminal
psql postgres
3. Run command to change password
ALTER USER postgres WITH PASSWORD 'mynewpassword';
Distraction-free reading. No ads.
Organize your knowledge with lists and highlights.
Tell your story. Find your audience.
Read member-only stories
Support writers you read most
Earn money for your writing
Listen to audio narrations
Read offline with the Medium app