Re: Postgresql 9.2 Ubuntu - is not starting

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgresql 9.2 Ubuntu - is not starting
Date: 2016-08-02 20:27:14
Message-ID: e3133122-d0a8-8fd6-2c9e-66ec19de57d1@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 8/2/2016 1:17 PM, Patrick B wrote:
>
> Ubuntu 16.04.1 LTS
>
>
> How did you install Postgres and from where?
>
>
> apt-get install postgresql-9.2 postgresql-contrib-9.2
> dpkg -l postgresql
>
>
>
>
> When I start it, it doesn't start...
>
>
> Show the command you used to start it.
>
>
> /etc/init.d/postgres start/stop/restart

can you show the output of...

pg_lsclusters

?

ubuntu has this whole infrastructure to support mutliple concurrent
postgres installs... the init.d/postgres 'service' will only start
postgres clusters that are configured to autostart as shown by pg_lsclusters

--
john r pierce, recycling bits in santa cruz

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Patrick B 2016-08-02 20:27:57 Re: Postgresql 9.2 Ubuntu - is not starting
Previous Message Adrian Klaver 2016-08-02 20:25:42 Re: Postgresql 9.2 Ubuntu - is not starting