Re: Using pg_migrator to upgrade 8.3->8.4

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Mark Corner <mcorner(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Using pg_migrator to upgrade 8.3->8.4
Date: 2010-02-01 16:12:59
Message-ID: 201002011612.o11GCxW18335@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Mark Corner wrote:
> We are looking to upgrade out 8.3 db to 8.4. The full dump and
> restore is not very attractive due to the downtime involved.
>
> pg_migrator is an attractive option, but we have butted up again the
> integer datetime timestamp problem:
>
> "Old and new pg_controldata date/time storage types do not match.
>
> You will need to rebuild the new server with configure
> --disable-integer-datetimes or get server binaries built
> with those options."

Yep, that is necessary.

> We also noticed that the are non id rpms available for 8.3, but we
> couldn't find any for 8.4 here:
> https://projects.commandprompt.com/public/pgcore

No idea if anyone is building RPMs for it. The source and Win32
binaries are here:

http://pgfoundry.org/frs/?group_id=1000235

> So, is the best option to compile postgres from source? Is there
> anyway to change the storage of timestamps in our 8.3 db online (I am
> guessing no...)?

Nope.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Mark Corner 2010-02-01 16:24:43 Re: Using pg_migrator to upgrade 8.3->8.4
Previous Message Mark Corner 2010-02-01 16:02:35 Using pg_migrator to upgrade 8.3->8.4