• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

database-server --remove-server fail

javalero

New Pleskian
I add a local postgresql server by cli command :
/usr/local/psa/bin/database-server --update-server localhost:5432 -type postgresql -admin admin -passwd `cat /etc/psa/.psa.shadow`

when I open plesk panel ->admin server -> database servers the new server is no listed.

If i add a new server with by panel with the same parameters an error message appears: Already there has been a database server with this combination of host address and port number.

if i try to remove this server by cli :
usr/local/psa/bin/database-server --remove-server localhost:5432 -type postgresql -admin admin -passwd `cat /etc/psa/.psa.shadow`
Database server localhost:5432 is not found

¿How can remove it ?
 
Back
Top