Re: FreeBSD portupgrade of 8.1 -> 8.2

From: Vivek Khera <vivek(at)khera(dot)org>
To: Steve Manes <smanes(at)magpie(dot)com>
Cc: PgSQL General ML <pgsql-general(at)postgresql(dot)org>
Subject: Re: FreeBSD portupgrade of 8.1 -> 8.2
Date: 2007-11-13 15:56:21
Message-ID: D28F9D1F-DE6A-4E26-A90B-81E702D94683@khera.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Nov 12, 2007, at 8:55 PM, Steve Manes wrote:

> Steve Manes wrote:
>> What's the portupgrade process in FreeBSD??
>
> (Fixed. The answer is to use pg_delete -f on the old package to
> force the delete)

more elegantly,

portupgrade -Rrv -f -o databases/postgresql82-client postgresql-client

but you have to account for having to do the dump/restore in there
manually. This will also force-upgrade all software depending on the
postgresql-client port (of which the server is one).

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Ribe 2007-11-13 16:02:59 Re: Linux v.s. Mac OS-X Performance
Previous Message Bill Moran 2007-11-13 14:49:55 Re: Calculation for Max_FSM_pages : Any rules of thumb?