RE: Upgd from 7.0 to 7.1

From: "Diehl, Jeffrey" <jdiehl(at)sandia(dot)gov>
To: "'Thomas Swan'" <tswan-lst(at)ics(dot)olemiss(dot)edu>, "Diehl, Jeffrey" <jdiehl(at)sandia(dot)gov>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: RE: Upgd from 7.0 to 7.1
Date: 2001-05-29 22:43:12
Message-ID: B51F0C636E578A4E832D3958690CD73E0130BF1F@es04snlnt
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Yes, this is probably what I'll do. My drive is at 36% right now, so I
should have enough. I also like haveing a back-out plan...

Thanx,
Mike Diehl,
Network Monitoring Tool Devl.
Sandia National Laboratories.
(505) 284-3137
jdiehl(at)sandia(dot)gov

> -----Original Message-----
> From: Thomas Swan [mailto:tswan-lst(at)ics(dot)olemiss(dot)edu]
> Sent: May 29, 2001 4:41 PM
> To: Diehl, Jeffrey
> Cc: pgsql-sql(at)postgresql(dot)org
> Subject: Re: [SQL] Upgd from 7.0 to 7.1
>
>
> Jeffrey:
>
> dump_all the old DB (with the current version of postgres running)
> stop the old postmaster
> copy that DB directory (ie /var/lib/pgsql) to an alternate location
> create a new directory for the location you want postgresql to run,
> (i.e. the old location)
> check the permissions on it...
> start the new version of postgresql...
> do the import (as postgres) ...
>
> I think that would be the best way to go about it. It's a lot easier
> than sorting out multiple postmasters, ports, etc...
>
> If everything goes well, you should be up and running. If
> not, you can
> restore the old directory and run the old backend...
>
> Hope this helps...
>
> Thomas
>
>
>
> Diehl, Jeffrey wrote:
>
> >I assume, then, that if I RTFM, I'll be able to figure out
> how to run two
> >db's at the same time... I guess I have to run them in different
> >directories? Or, do I do a dumpall, start the new server and do the
> >restore? Which is the best method?
> >
> >Thanx,
> >Mike Diehl,
> >Network Monitoring Tool Devl.
> >Sandia National Laboratories.
> >(505) 284-3137
> >jdiehl(at)sandia(dot)gov
> >
>
>
>

Browse pgsql-sql by date

  From Date Subject
Next Message Phuong Ma 2001-05-30 00:05:01 Shortcut?
Previous Message Thomas Swan 2001-05-29 22:41:19 Re: Upgd from 7.0 to 7.1