Re: Postgres PHP error - Mailing list pgsql-general

From Richard Huxton
Subject Re: Postgres PHP error
Date
Msg-id 50BD06C0.3020207@archonet.com
Whole thread Raw
In response to Postgres PHP error  (rahul143 <rk204885@gmail.com>)
Responses Re: Postgres PHP error  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-general
On 03/12/12 05:18, rahul143 wrote:
> Hi All
>
> Im receiving the following error, on a php page, conneting to postgres 7.4,
> installed on Mandrake 10.0
>

Others have answered your question. However...

Please make sure you have regular scheduled backups for that database.
That is quite an old (9 years) version of PostgreSQL and you'll be
unlikely to find many people with a similar version who can help you
with problems in the event of a crash.

It's probably a good idea to see if you can install the latest version
from source on that machine and use it's version of pg_dump to dump the
database regularly too. I'd expect to have to do a little work to move
the data into an up-to-date version of PostgreSQL and it's always better
to know what issues you'll have before doing it for real.

--
   Richard Huxton
   Archonet Ltd


pgsql-general by date:

Previous
From: Steve Crawford
Date:
Subject: Re: Postgres PHP error
Next
From: Alvaro Herrera
Date:
Subject: Re: Postgres PHP error