Re: How to determine initdb parameters on old database?

From: brian <brian(at)zijn-digital(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How to determine initdb parameters on old database?
Date: 2006-10-23 07:44:09
Message-ID: 453C72C9.4080502@zijn-digital.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general

Joost Kraaijeveld wrote:
> On Mon, 2006-10-23 at 02:11 -0400, brian wrote:
>
>
>>pg_controldata - display control information of a PostgreSQL database
>>cluster
>>
>>pg_controldata [ datadir ]
>
> I was hoping for the actual command but this suggests deduction ;-)
>

That is it.

given:

PG_DIR=/usr/local/pgsql

do:

$PG_DIR/bin/pg_controldata $PG_DIR/data

or:

man pg_controldata

brian

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Matthias.Pitzl 2006-10-23 09:00:33 Re: FastCgi / PostgreSQL: FATAL: Ident authentication fai
Previous Message Joost Kraaijeveld 2006-10-23 06:22:09 Re: How to determine initdb parameters on old database?

Browse pgsql-general by date

  From Date Subject
Next Message Albe Laurenz 2006-10-23 08:26:34 Re: strange encoding behavior
Previous Message Alban Hertroys 2006-10-23 07:42:54 Re: Overload after some minutes, please help!