Re: UPGRADATION TO 8.1 - Mailing list pgsql-general

From Joshua D. Drake
Subject Re: UPGRADATION TO 8.1
Date
Msg-id 45FF011E.4090908@commandprompt.com
Whole thread Raw
In response to UPGRADATION TO 8.1  (Mageshwaran <j_mageshwaran@sifycorp.com>)
List pgsql-general
Mageshwaran wrote:
> Hi,
>
> In our company there are many postgres servers in 7.X version,we are in
> the process of upgrading to 8.1 version, can anyone tell me the
> method to do this upgradation.

You will want to use the 8.1 version of pg_dump/pg_dumpall to connect to
 the 7.4 version of postgresql to do the restore. There is pretty good
docs on it here:

http://www.postgresql.org/docs/8.2/static/backup.html

You will want to be careful though, some things have changed since 7.4.
IIRC, timestamp/timestamptz changes, and float changes as well.

Sincerely,

Joshua D. Drake


>
>
> Regards
> J Mageshwara
> DBA
>
> ********** DISCLAIMER **********

--

      === The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive  PostgreSQL solutions since 1997
             http://www.commandprompt.com/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/


pgsql-general by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: UPGRADATION TO 8.1
Next
From: "Dhaval Shah"
Date:
Subject: Optimizing warm standby. Will this work? [PITR WAL]