Re: moving from 7.4.13 to 8.0.14 - Mailing list pgsql-admin

From Scott Marlowe
Subject Re: moving from 7.4.13 to 8.0.14
Date
Msg-id dcc563d10804240859q7cc952ccre1f81ad63cd8444b@mail.gmail.com
Whole thread Raw
In response to moving from 7.4.13 to 8.0.14  (Antonis Antoniou <antonis@witch-spirit.com>)
List pgsql-admin
On Thu, Apr 24, 2008 at 4:15 AM, Antonis Antoniou
<antonis@witch-spirit.com> wrote:
> Hi,
>
>  Currently I am using postgres 7.4.13 and I will like upgrade it to 8.0.14
>  I have backup my databases by using pg_dumpall (7.4.13)
>  pg_dumpall -U postgres > /root/backup_all_db

It will probably work.  However, it is best to dump the old database
(7.4.x) with the new pg_dump (8.0.x)

>  Is it doable to load the backup file using the psql (8.0.14) ?

Yes.  psql is the preferred restore program for uncompressed file formats.

>  Another question: Is it possible to upgrade 7.4.13 straight to 8.2?

yes, and also 8.3 as well.  I'd recommend going to at least 8.2.  8.3
got rid of a lot of auto-type coercion that may break some poorly
formed queries.  I'd recommend at least testing on 8.3 to see if you
can go to it.

pgsql-admin by date:

Previous
From: Antonis Antoniou
Date:
Subject: moving from 7.4.13 to 8.0.14
Next
From: "Bhella Paramjeet-PFCW67"
Date:
Subject: Re: Vacuumdb error - corruption