Re: Upgrading to 7.3.4?

From: Bjørn T Johansen <btj(at)havleik(dot)no>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Upgrading to 7.3.4?
Date: 2003-07-31 19:31:35
Message-ID: 1059679894.2606.1.camel@laptop.havleik.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks for all your suggestions, I will be trying this... :)

BTJ

On Thu, 2003-07-31 at 20:27, scott.marlowe wrote:
> 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'.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joe Conway 2003-07-31 20:10:36 Re: preload libraries patch [was: [GENERAL] hexadecimal to decimal]
Previous Message Tom Lane 2003-07-31 19:18:43 Re: surppressing column names in COPY format