Re: postgres startup method for ubuntu

From: "Daniel Verite" <daniel(at)manitou-mail(dot)org>
To: "T(dot)J(dot) Adami" <adamitj(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: postgres startup method for ubuntu
Date: 2008-01-31 14:24:45
Message-ID: 067cfb3e-5008-44f5-aed1-684df7874bb4@mm
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

T.J. Adami wrote:

> I am also searching for a more 'professional' way to startup and
> shutdown postgresql on ubuntu and debian systems.

The source comes with a startup script that can be installed by
running:
# cp contrib/start-scripts/linux /etc/init.d/postgresql
# update-rc.d postgresql defaults
(update-rc.d is to debian-based systems what chkconfig is to
Redhat-based systems).

--
Daniel
PostgreSQL-powered mail user agent and storage:
http://www.manitou-mail.org

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tatsuo Ishii 2008-01-31 14:32:18 Re: PostgreSQL Certification
Previous Message Glyn Astill 2008-01-31 14:12:01 Log file permissions?