• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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