This is a discussion on upgrade within the pgsql Admins forums, part of the PostgreSQL category; --> Hello all I was just wondering if anyone could tell me if there is any seamless way to upgrade ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello all I was just wondering if anyone could tell me if there is any seamless way to upgrade from 7.4 to 8.1 without performing a full dump/restore. Thanks Joshua O'Brien DBA Zedx Inc. ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |
| |||
| On Fri, Nov 11, 2005 at 11:08:58 -0500, Josh O'Brien <obrien@zedxinc.com> wrote: > Hello all > > I was just wondering if anyone could tell me if there is any seamless > way to upgrade from 7.4 to 8.1 without performing a full dump/restore. If you need to minimize down time, there are ways to use Slony to do that. There is not a way to just update the data files directly. ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |
| ||||
| Josh O'Brien wrote: > Hello all > > I was just wondering if anyone could tell me if there is any seamless > way to upgrade from 7.4 to 8.1 without performing a full dump/restore. Slony-I or Mammoth Replicator > > Thanks > Joshua O'Brien > DBA > Zedx Inc. > ------------------------------------------------------------------------ > > > ---------------------------(end of broadcast)--------------------------- > TIP 2: Don't 'kill -9' the postmaster > ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |