Re: database files are incompatible with server, after

From: Douglas McNaught <doug(at)mcnaught(dot)org>
To: CSN <cool_screen_name90001(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: database files are incompatible with server, after
Date: 2006-08-29 21:54:52
Message-ID: 871wqz8axf.fsf@suzuka.mcnaught.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

CSN <cool_screen_name90001(at)yahoo(dot)com> writes:

> I don't know which to run now! I tried both
> '/opt/local/lib/pgsql8/bin/pg_ctl start -D pgdata' and

You might want an absolute path for 'pgdata' here--have you tried
that?

> putting /opt/local/lib/pgsql8/bin before
> /usr/local/bin in PATH and still get the same error.

Why don't you run both pg_ctl binaries with the --version option, then
compare against the pg_control file in the data directory (I think
that's what it's called). That should hopeully tell you which one to
run.

> Is there some way to specify HAVE_INT64_TIMESTAMP to
> pg_ctl or just export what's in the existing pgdata
> and initdb a new dir and import?

You need to have the server running to export. :)

I'm pretty sure you can get it running; you just haven't tried the
right way yet.

-Doug

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message CSN 2006-08-29 22:03:08 Re: database files are incompatible with server, after computer restart
Previous Message John Gray 2006-08-29 21:48:35 Re: XPath and XML support