Re: Upgrading from 7.1.3 to 7.2.3

From: Neil Conway <neilc(at)samurai(dot)com>
To: aagha(at)bigfoot(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Upgrading from 7.1.3 to 7.2.3
Date: 2002-11-10 19:43:59
Message-ID: 87lm41tdkw.fsf@mailbox.samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Aurangzeb M. Agha" <aagha(at)bigfoot(dot)com> writes:
> I'm ready to do the upgrade anyway possible, using pg_upgrade, not using
> it, whatever.

My suggestion would be to:

(1) Start up the 7.1 postmaster

(2) Make a plaintext dump of your databases using pg_dumpall

(3) Shutdown 7.1, remove the 7.1 RPMs

(4) Download the 7.2 source, compile and install it

(5) Run the 7.2 initdb

(6) Load the 7.1 dump file into your new db using 'psql -f
...'

There are plenty of variations on this -- see the documentation here:

http://developer.postgresql.org/docs/postgres/migration.html

Cheers,

Neil

--
Neil Conway <neilc(at)samurai(dot)com> || PGP Key ID: DB3C29FC

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Justin Clift 2002-11-10 19:44:43 Re: Upgrading from 7.1.3 to 7.2.3
Previous Message Aurangzeb M. Agha 2002-11-10 19:16:57 Upgrading from 7.1.3 to 7.2.3