Search Postgresql Archives

Re: Trying to auto start Postgres when server boots up

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Shahid Butt" <Shahid.Butt@xxxxxxxxxx> writes:
> I am using PostgreSQL 7.4.7 and Red Hat Enterprise Linux 4.
 
> I want to start the Postgres Postmaster automatically when the server
> boots up.

If you're using an RPM distribution then you shouldn't need to muck with
rc.local.  The startup files are there, you just have to enable them.

	sudo /sbin/service postgresql start
	sudo /sbin/chkconfig postgresql on

			regards, tom lane


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux