Back-porting a database? - Mailing list pgsql-general

From Benjamin Smith
Subject Back-porting a database?
Date
Msg-id 0203062151210M.29432@bug2.benjamindsmith.com
Whole thread Raw
Responses Re: Back-porting a database?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Well, I've been unable to get PG 7.2 to load on RedHat 7.1 machine.

So, can I load database(s) from one running PG 7.2 into a system running PG
7.1.3? If so, what are the switches on pg_dump or psql to do this?

Here's what I normally do:

 pg_dump -U postgres -d -v -f output.sql dbname
 psql -e dbname < output.sql

But when I dump from a system running PG 7.2, and try to load on a system
running PG 7.1.3, I get errors.

Thanks,

Ben

pgsql-general by date:

Previous
From: "Carlo Florendo"
Date:
Subject: Re: CPU Pegged Very High
Next
From: Benjamin Smith
Date:
Subject: Installing 7.2 on RedHat 7.1