Re: Postgres PHP error

From: Richard Huxton <dev(at)archonet(dot)com>
To: rahul143 <rk204885(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres PHP error
Date: 2012-12-03 20:08:32
Message-ID: 50BD06C0.3020207@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2012-12-03 20:27:06 Re: Postgres PHP error
Previous Message Steve Crawford 2012-12-03 19:16:58 Re: Postgres PHP error