• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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