Version10.8 startup issue

Started by Udaya Deepthiover 5 years ago3 messagesgeneral
Jump to latest
#1Udaya Deepthi
udayas.deepthi@gmail.com

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

#2Adrian Klaver
adrian.klaver@aklaver.com
In reply to: Udaya Deepthi (#1)
Re: Version10.8 startup issue

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 help

Thanks
Deepthi

--
Adrian Klaver
adrian.klaver@aklaver.com

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Udaya Deepthi (#1)
Re: Version10.8 startup issue

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