kb: how-to
Plesk for Linux
Applicable to:
- Plesk for Linux
Question
How to change the PostgreSQL admin password in Plesk?
Answer
Plesk interface
- Log in to Plesk.
-
Go to Tools & Settings > Database Servers > PostgreSQL > localhost (or another corresponding hostname) next to PostgreSQL.
-
Specify a new password and click OK.
Command-line interface
- Connect to your Plesk server via SSH.
-
Run the following command to change the password:
# plesk bin database-server --update-server localhost:5432 -type postgresql -passwd '*****'
- where ***** is a new PostgreSQL admin password.
Comments
It didn't work, but I have to get back to work and will deal with this later.
Thanks as usual.
Ed Walsh
Please sign in to leave a comment.