| From: | "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com> |
|---|---|
| To: | Paul Ramsey <pramsey(at)refractions(dot)net> |
| Cc: | "Freddy Menjívar M(dot)" <mmfreddy(at)hotmail(dot)com>, Bjørn T Johansen <btj(at)havleik(dot)no>, <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Upgrading to 7.3.4? |
| Date: | 2003-07-31 18:27:28 |
| Message-ID: | Pine.LNX.4.33.0307311226440.27504-100000@css120.ihs.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Thu, 31 Jul 2003, Paul Ramsey wrote:
> Voot! Not necessary! :)
> This is a minor version upgrade, so data can remain in place. For a 7.2
> -> 7.3 upgrade you would have to dump-and-restore.
> My upgrade procedure is:
> tar xvfz postgresql-7.3.4.tar.gz ; cd postgresql-7.3.4
> ./configure ; make ; make install
> pg_ctl stop ; pg_ctl start
Actuall, it's a really good idea to do:
make
pg_ctl stop
make install
pg_ctl start
I.e. you shouldn't have a service that's running when you do a 'make
install'.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2003-07-31 18:33:04 | Re: preload libraries patch [was: [GENERAL] hexadecimal to decimal] |
| Previous Message | Sergio Pili | 2003-07-31 18:02:10 | Transactions across multiples databases |