Re: problem

From: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
To: "Elwyn" <tmloo(at)fbic(dot)com(dot)my>, <pgsql-ports(at)postgresql(dot)org>
Subject: Re: problem
Date: 2004-06-04 18:08:01
Message-ID: 200406041408.01955.xzilla@users.sourceforge.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Hmm... didn't see any answers to this (probably should have been posted to
-general or -admin) but imho I think you need to install a copy of postgresql
7.2, start that up pointing at your exisisting data files, then dump the
database and load it into your 7.4 version.

Robert Treat

On Tuesday 01 June 2004 03:00, Elwyn wrote:
> Dear all,
>
> Thank you for your support. i have face a problem here. when i try to input
>
> Error
> 1) postmaster -D mydb
>
> error message will display as below
> FATAL: database files are incompatible with server
> DETAIL: The data directory was initialized by PostgreSQL version 7.2, which
> is not compatible with this version 7.4.1. DEBUG: startup process <pid
> 1620) exited abnormally
> DEBUG: aborting startup due to startup process failure
>
> 2) createdb mydb
>
> error message will display as below
> createdb: could not connect to database template1: could not connect to
> server: Connection refused
> Is the server running on host "localhost" and accepting
> TCP/IP connections on port 5432?
>
> These 2 above are the error that i currently face. please give me some
> suggestion on what should i do to correct these error.
>
> Thank you.
>
> Regards,
> Elwyn

--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

In response to

  • problem at 2004-06-01 07:00:20 from Elwyn

Browse pgsql-ports by date

  From Date Subject
Next Message Bhavin Patel 2004-06-05 07:21:08 Concurrent access related issue.
Previous Message Elwyn 2004-06-01 07:00:20 problem