BUG #1789: Error starting up server

From: "Chris Saringolis" <chris(at)apacsystems(dot)com(dot)au>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1789: Error starting up server
Date: 2005-07-27 06:36:05
Message-ID: 20050727063605.8E227F0AC7@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1789
Logged by: Chris Saringolis
Email address: chris(at)apacsystems(dot)com(dot)au
PostgreSQL version: 8.0.3
Operating system: Red Hat Linux 9.0
Description: Error starting up server
Details:

I have downloaded Postgresql 8.0.3 from the Australian mirror site, and am
following the online documentation for installation.

I get to the pointof initialising the database via initdb -D
/usr/local/pgsql/data

I then try starting up postmaster in the background as per the
documentation:

Postmaster -D /usr/local/pgsql/data >>serverlog 2>&1 &

Postmaster cannot start up and I get the following error in the serverlog
file:

"The data directory was initialized by PostgreSQL 7.3 which is not
compatible with this version 8.0.3"

This is a fresh install including the Linux OS. Why am I getting this error
and could it be the download has some old version components??

Regards,

Chris

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Richard Huxton 2005-07-27 07:38:32 Re: BUG #1786: error in establishing connection
Previous Message Tom Lane 2005-07-26 18:12:36 Re: krb5 authentication and multihomed server hosts