Re: upgrade 7.0 -> 7.1 using pg_upgrade - Mailing list pgsql-bugs

From Randy Hall
Subject Re: upgrade 7.0 -> 7.1 using pg_upgrade
Date
Msg-id 3AA646CA.D00E89E6@greatbridge.com
Whole thread Raw
In response to upgrade 7.0 -> 7.1 using pg_upgrade  (pgsql-bugs@postgresql.org)
List pgsql-bugs
This is not a bug.  pg_upgrade is not compatible with 7.1 and is not
included in the source tree.  You will need to do a full dump and
restore.  If your database also contains large objects, you will need to
use pg_dumplo_old from the 7.1 source tree to export 7.0 large objects.
Then use pg_dumplo from the 7.1 tree to restore those objects in your
new 7.1 database.

pgsql-bugs@postgresql.org wrote:
>
> AR (thomas@poczta.fm) reports a bug with a severity of 3
> The lower the number the more severe it is.
>
> Short Description
> upgrade 7.0 -> 7.1 using pg_upgrade
>
> Long Description
> Can't upgrade from 7.0 to 7.1 using pg_upgrade script. In script is used data/base/template1 directory to do sth, but
in7.1 is only /base/1 and /base/18sth directory ... 
>
> Sample Code
>
> No file was uploaded with this report
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://www.postgresql.org/search.mpl

--
---------------------------------------------------
Randy Hall                    Great Bridge, LLC
Sr. Knowledge Engineer        253 Monticello Avenue
Red Hat Certified Engineer    Norfolk, VA 23510

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: upgrade 7.0 -> 7.1 using pg_upgrade
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: Using libpq to access a repote database from a c trigger function breaks.