Re: Postgresql-8.4 won't boot at startup on 9.10

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jordz <jordan(dot)d(dot)carter(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Postgresql-8.4 won't boot at startup on 9.10
Date: 2010-04-06 18:38:46
Message-ID: 24771.1270579126@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Jordz <jordan(dot)d(dot)carter(at)gmail(dot)com> writes:
> I have just moved to rackspacecloud and created a Ubuntu 9.10 server.
> Moved everything over all fine (7-10 wordpress sites). Now I have a
> couple rails apps that need to move over and run on postgresql 8.4.

> I installed postgresql via sudo apt-get as per usual. Usually at this
> point the postgresql server starts up and I can forget about it. But
> no luck. I booted it by running /etc/init.d/postgresql-8.4 start. When
> I run that command it boots fine, I can connect via psql no trouble.

Usually, just installing a package is not enough to make it autostart
at boot --- if that were true then people could never safely "install
everything". I think you missed a step. On Red Hat systems you'd need
something like "sudo chkconfig postgresql on"; probably Ubuntu is
similar.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Francisco Reyes 2010-04-06 18:45:05 Re: Configuration questions
Previous Message Scott Whitney 2010-04-06 17:49:18 Re: Postgresql-8.4 won't boot at startup on 9.10