Re: Version10.8 startup issue

2020-10-08 Thread Adrian Klaver
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 thi

Re: Version10.8 startup issue

2020-10-08 Thread Tom Lane
Udaya Deepthi 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".

Version10.8 startup issue

2020-10-08 Thread Udaya Deepthi
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