Re: PostgreSQL installation

From: Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
To: "Shahbaz A(dot) Tyagi" <shahbaz(dot)tyagi(at)sphere(dot)ae>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL installation
Date: 2008-12-15 12:59:18
Message-ID: 2f4958ff0812150459n78008da5hb1a3093602b0fe7f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Dec 15, 2008 at 12:36 PM, Shahbaz A. Tyagi
<shahbaz(dot)tyagi(at)sphere(dot)ae> wrote:
>
>
> Hi,
>
>
>
> How can we make PostgreSQL db up and running with out using installer i.e.
> we want to build the db internally and ship the db along with our
> application and let our application run the DB. We don't want to include the
> PostgreSQL installer along with our installer and create the db while
> installing.

install binaries,
create user that's going to run postgresql
create data directory
set PGDATA and PGPORT for that user
run initdb
adjust config file's acordingly
start postgres
create users, and dbs
and you're pretty much done.

--
GJ

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Grzegorz Jaśkiewicz 2008-12-15 13:03:31 Re: PostgreSQL installation
Previous Message Shahbaz A. Tyagi 2008-12-15 12:36:18 PostgreSQL installation