Re: older version

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: pilar <pilar(at)space(dot)pl>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: older version
Date: 2002-08-06 18:41:05
Message-ID: Pine.LNX.4.33.0208061238420.1261-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 6 Aug 2002, pilar wrote:

> I've installed pgsql version 7.1.2 but on the server where my site is I've
> got older version - 6.5.3. I've projected my db for the newer pg and the
> question is:
>
> are there any programs which are able to convert my db to the older system?

If you haven't done too many strange and wonderful things with the newer
features, you can likely use pg_dump on the 7.1.2 database and then do

psql dbname -e <dumpgoeshere.sql

on the 6.5.3 machine.

But the better bet would be to get your site to upgrade to 7.2.1 and
yourself as well. It's faster, more stable, and has a better feature set.
If you can't get them to upgrade, then hopefully the dump/restore boogie
will do.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2002-08-06 18:44:07 Re: Cannot use more than 16 attributes in an index
Previous Message scott.marlowe 2002-08-06 18:33:17 Re: Cannot use more than 16 attributes in an index