Re: Backup Compatibility between minor versions. - Mailing list pgsql-general

From Douglas McNaught
Subject Re: Backup Compatibility between minor versions.
Date
Msg-id m2mzq10x3p.fsf@Douglas-McNaughts-Powerbook.local
Whole thread Raw
In response to Re: Backup Compatibility between minor versions.  (Howard Cole <howardnews@selestial.com>)
Responses Re: Backup Compatibility between minor versions.  (Howard Cole <howardnews@selestial.com>)
List pgsql-general
Howard Cole <howardnews@selestial.com> writes:

> To improve compatibility, I created a backup on the linux system
> (8.0.1) using plain format, data only with triggers disabled. However,
> when I try to restore the plain sql on the windows machine (8.0.3) it
> fails because the first insert command fails a foreign key
> constraint. Can I disable foreign key checks for the duration of the
> restore?

I would suggest upgrading to 8.0.3 on the linux machine, just to make
sure you get all pg_dump bugfixes, then retrying the dump/restore.
AFAIK there's no reason it shouldn't work.  If you still have trouble,
post the exact dump and restore commands you're using and the exact
error message you get.

-Doug

pgsql-general by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: return two elements
Next
From: Együd Csaba
Date:
Subject: FW: Where to find translation of Postgres error messages?