Re: DB Import Error...

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <pgsql-admin(at)postgresql(dot)org>, "Senthil Kumar G" <senthil(at)zoniac(dot)com>
Subject: Re: DB Import Error...
Date: 2011-04-01 15:18:46
Message-ID: 4D95A686020000250003C123@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Senthil Kumar G" <senthil(at)zoniac(dot)com> wrote:

> I am upgrading my staging environment from postgresql 8.2.3 to
> 9.0.3.
>
> I was able to do successfully.

> [errors while applying dump to new database]

> What could be the reason? What should i do to resolve this?

The recommended upgrade technique is to us pg_dump (or pg_dumpall)
from the newer version (9.0.3 in this case) to access the old
database (running the 8.2.3 server in this case). If you followed
some other procedure, like using the 8.2.3 software to dump the
database, you should try the recommended approach instead.

I generally dump in plain text format (the default) and pipe it to
psql.

-Kevin

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message raghu ram 2011-04-01 15:27:11 Re: DB Import Error...
Previous Message Senthil Kumar G 2011-04-01 15:04:28 DB Import Error...