• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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