Re: Custom install options via apt-get install on ubuntu - Mailing list pgsql-general

From Gary Chambers
Subject Re: Custom install options via apt-get install on ubuntu
Date
Msg-id alpine.DEB.2.00.1103161659520.21279@lollipop.garychambers.com
Whole thread Raw
In response to Custom install options via apt-get install on ubuntu  (fjania <fjania@gmail.com>)
List pgsql-general
On Wed, 16 Mar 2011, fjania wrote:

> I'd like to pass configuration options to the postgres installer on ubuntu
> if possible. Mostly I'm concerned about setting the location of the data
> directory, and where the logs are stored.

You can with the pg_createcluster command.  It is an Ubuntu-specific command
that will assist in creating and managing multiple clusters on an Ubuntu
system.  You may also be interested in pg_ctlcluster, pg_lsclusters, and
pg_dropcluster.

-- Gary Chambers

pgsql-general by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Custom install options via apt-get install on ubuntu
Next
From: Tomas Vondra
Date:
Subject: Re: query taking much longer since Postgres 8.4 upgrade