• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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