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

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