From: | Richard Huxton <dev(at)archonet(dot)com> |
---|---|
To: | "beer(at)cmu(dot)edu" <beer(at)cmu(dot)edu> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Restoring 8.0 db to 8.1 |
Date: | 2007-12-21 16:04:18 |
Message-ID: | 476BE402.9070302@archonet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
beer(at)cmu(dot)edu wrote:
> Hi
>
> I am trying to upgrade my database from 8.0 to 8.1 and am looking for a
> little info/advice.
>
> This is a production database that we are migrating and it is in CONSTANT
> use, so the maintenance window must be small and hopefully mostly off-hours.
>
> We use a PITR/LVM snapshot solution for our backups and were hoping to
> simply restore the filesystem and startup under 8.1. Obviously this didnt
> work, and I know the doc says a conversion is necessary, however I havent
> found anything with enough detail to sway me from a better solution than
> pg_restore.
Slony will let you replicate between different versions.
Given that you can't afford any downtime, and presumably don't want to
repeat this process in a hurry, I'd suggest going to 8.2, or 8.3 if you
can afford to wait a few weeks.
--
Richard Huxton
Archonet Ltd
From | Date | Subject | |
---|---|---|---|
Next Message | Martijn van Oosterhout | 2007-12-21 16:09:26 | Re: Restoring 8.0 db to 8.1 |
Previous Message | beer@cmu.edu | 2007-12-21 15:53:49 | Restoring 8.0 db to 8.1 |