Re: migrating data from 8.4 to 8.3

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: migrating data from 8.4 to 8.3
Date: 2010-02-11 08:30:56
Message-ID: hl0f7u$lti$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Marc Lustig, 08.02.2010 11:36:
> Hi, can we safely put the data from /var/lib/postgresql/8.4/main/ of
> server x to /var/lib/postgresql/8.3/main/ of server y, considering
> that the new target machine is running 8.3 whereas the old one ran
> 8.4 ?

No, a dump & restore is required (as stated in the release notes)

You can also try pg_migrator. It was introduced with 8.4 and will upgrade the data "in-place" (i.e. without a dump and restore)

Regards
Thomas

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message A. Kretschmer 2010-02-11 08:35:52 Re: trouble with unique constraint
Previous Message Greg Smith 2010-02-11 08:26:26 Re: Warning when selecting column from pg_stat_user_tables.