• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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