Thread
-
upgrade 7.0 -> 7.1 using pg_upgrade
PostgreSQL Bugs List <pgsql-bugs@postgresql.org> — 2001-03-07T12:31:02Z
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 in 7.1 is only /base/1 and /base/18sth directory ... Sample Code No file was uploaded with this report
-
Re: upgrade 7.0 -> 7.1 using pg_upgrade
Randy Hall <rhall@greatbridge.com> — 2001-03-07T14:33:46Z
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 in 7.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