Version10.8 startup issue
Hi all
Please help me to fix the start up issues.
I want postgresql to start when server reboots on linux 7.6 environment-Rhel
Systemctl start postgresql-10 will turn on but not while reboot.
Postgres 9.4.5 starts during startup .
Please help
Thanks
Deepthi
On 10/8/20 2:19 PM, Udaya Deepthi wrote:
Hi all
Please help me to fix the start up issues.
I want postgresql to start when server reboots on linux 7.6 environment-Rhel
Systemctl start postgresql-10 will turn on but not while reboot.
If you installed from the community repos see bottom of this page:
https://www.postgresql.org/download/linux/redhat/
Postgres 9.4.5 starts during startup .
Please helpThanks
Deepthi
--
Adrian Klaver
adrian.klaver@aklaver.com
Udaya Deepthi <udayas.deepthi@gmail.com> writes:
I want postgresql to start when server reboots on linux 7.6 environment-Rhel
Systemctl start postgresql-10 will turn on but not while reboot.
Postgres 9.4.5 starts during startup .
You probably want to read about "systemctl enable" and "systemctl disable".
regards, tom lane