• 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.

Stop PostgreSQL

O

otsego

Guest
I have a dedicated server with Plesk installed on it. I have the Plesk power pack and thus also PostgreSQL installed. Thing is, I don't need PostgreSQL and would like to turn it off. However, when I try to do it in the service management area, I only get the following error

ERROR

Unable to make action: Unable to manage service by pg_manage: Unable to stop PostgreSQL. 1
0: /opt/psa/admin/htdocs/server/restart_services.php:28 psaerror(string "Unable to make action: Unable to manage service by pg_manage: Unable to stop PostgreSQL. 1")

This doesn't only apply to shutting down PostgreSQL, the same happens when trying to restart it.

I have all the latest updates for Plesk installed.
 
Not sure what OS you are using, but is postgresql even installed? It sounds like it is failing to execute the shutdown/startup scripts.

Check in /var/lib/pgsql/pgstartup.log or /var/log/pgsql, this is assuming you are using Linux.
 
Thanks for your reply.

Yes, Postgre is installed, it was installed by Plesk. I'm running Debian 3.1. Neither of those logs exist, only /var/log/postgresql/postgresql.log, but this file does not indicate any problem.
 
Sorry, don't know much about Debian. You may want to login as root via ssh and try starting the postgresql service manually. On Fedora/Red Hat you would do "service postgresql start"
 
Back
Top