Re: upgrade PostgreSQL 8.x on production FreeBSD

From: Filip Rembiałkowski <filip(dot)rembialkowski(at)eo(dot)pl>
To: "pobox(at)verysmall(dot)org" <pobox(at)verysmall(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: upgrade PostgreSQL 8.x on production FreeBSD
Date: 2006-02-23 14:52:31
Message-ID: 43FDCC2F.2070705@eo.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

pobox(at)verysmall(dot)org napisał(a):
> Could anybody point to an on-line resource about the steps involved with
> upgrading of PostgreSQL 8.x on a production FreeBSD 5.4 with minimum
> downtime (i.e. 1 - stop db so that no changes happen 2 - dump 3 -
> upgrade (ports) 4 - import 5- start db).
>

here you are:
http://www.postgresql.org/docs/8.1/static/migration.html

If both PostgreSQL versions can't coexist on one host, you can use
another one, with possibly identical setup (HW/OS/etc) for the
migration, and transfer (use tar + netcat for minimal downtime) the
cluster afterwards.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chad 2006-02-23 14:59:28 Re: How do I use the backend APIs
Previous Message pobox@verysmall.org 2006-02-23 14:21:06 upgrade PostgreSQL 8.x on production FreeBSD