From: | "Kristian Skrede Gleditsch" <kgleditsch(at)ucsd(dot)edu> |
---|---|
To: | <pgsql-novice(at)postgresql(dot)org> |
Cc: | "Bjarte Aagnes" <aagnes(at)statinet(dot)no> |
Subject: | |
Date: | 2002-05-03 22:54:04 |
Message-ID: | HMEAKPEGMCEDLNICJDIHIEEHCHAA.kgleditsch@ucsd.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
I have installed PostgreSQL 7.2 but have problems getting the program to run
properly.
When I try start the postmater with pg_ctl I get the following error message
FATAL 1: The data directory was initialized by PostgreSQL 7.2, which is not
compatible with this version 7.1.3
I gather I must still have a version 7.1.3 on the system (does this come
with Redhat?). Is there a way to remove the old version or upgrade
everything to 7.2?
regards,
KSG
> -----Original Message-----
> From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
> Sent: Friday, May 03, 2002 07:18
> To: Kristian Skrede Gleditsch
> Cc: pgsql-novice(at)postgresql(dot)org
> Subject: Re: [NOVICE]
>
>
> "Kristian Skrede Gleditsch" <kgleditsch(at)ucsd(dot)edu> writes:
> > I am trying to install PostgreSQL 7.2 under Redhat
> > The installation seems to work without problems. However, when I try to
> > start the program I encounter the following error message
>
> >> psql: connectDBStart() -- connect() failed: No such file or directory
> >> Is the postmaster running locally
> >> and accepting connections on Unix socket '/tmp/.s.PGSQL.5432'?
>
> > There is no such file in the /tmp/ directory.
>
> It sounds like you didn't start the postmaster. pg_ctl is the usual
> manual method for that. I can't tell from this whether you've installed
> any boot scripts to start the postmaster at system boot --- but even if
> you did, they'd not do anything until you reboot.
>
> regards, tom lane
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Oliver Elphick | 2002-05-03 23:13:26 | Re: Date Formatting |
Previous Message | Doug Silver | 2002-05-03 21:05:46 | Re: Date Formatting |