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

PostgreSql does not start on reboot

E

edeis

Guest
Plesk 7.5.1

I have successfully installed 'PostgreSql Server Support' (reported by the post-install e-mail) via the Plesk Updater panel.

However, upon rebooting the server, PostgreSql does not run. I have to start it manually via Plesk's services management panel.

Why doesn't Postgresql start along with the other services upon reboot?
 
I fixed the problem, and am just starting it myself.

cd /etc/rd.d
vi rc.local

inserted:

su -c '/usr/bin/pg_ctl start -D /var/lib/pgsql/data -l /var/log/pgsql' postgres\


plesk panel show it is running, and i can stop it with the plesk panel.

works good.
 
Back
Top