Re: migration of 7.4 to 8.1

From: "Steinar H(dot) Gunderson" <sgunderson(at)bigfoot(dot)com>
To: sathiya psql <sathiya(dot)psql(at)gmail(dot)com>
Cc: david(at)lang(dot)hm, Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>, pgsql-performance(at)postgresql(dot)org
Subject: Re: migration of 7.4 to 8.1
Date: 2008-03-12 09:18:49
Message-ID: 20080312091849.GB18226@uio.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Wed, Mar 12, 2008 at 12:13:01PM +0530, sathiya psql wrote:
> My question is that how to migrate my database to 7.4 to 8.1

aptitude install postgresql-8.1
pg_dropcluster 8.1 main
pg_upgradecluster 7.4 main

/* Steinar */
--
Homepage: http://www.sesse.net/

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Heikki Linnakangas 2008-03-12 13:43:46 Re: [PERFORM] Very slow (2 tuples/second) sequential scan after bulk insert; speed returns to ~500 tuples/second after commit
Previous Message sathiya psql 2008-03-12 07:22:30 Re: migration of 7.4 to 8.1