probelm migrating from 7.3.4 to 7.42

From: MichaelHoeller(at)t-online(dot)de (Michael Hoeller)
To: pgsql-general(at)postgresql(dot)org
Subject: probelm migrating from 7.3.4 to 7.42
Date: 2004-08-06 21:12:38
Message-ID: 200408062312.38370.MichaelHoeller@t-online.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I searched the archives and since I'm a relatively noivce user I'll have
to run the risk of repeating already asked questions.

I'm having a problem to migrate from version 7.3.4 to 7.4.2

On version 7.3.4 I do:
vacuumdb --analyze $PGDATABASE
pg_dump -x $PGDATABASE >$DATABASE

and on version 7.4.2 I want to import via:
bzcat $DATABASE | psql NEWDATABASE

This worked for varrious version the last years but now it seems as if
the byteorder is changed. The above command fails.

I assume, in case I did nothing false, that this must be a known problem
and hope that there is a solution??

Thanks a lot
Michael

--
Encrypted eMail welcome!
Get my OpenPGP-Key ID: 0xE9B00731 from: wwwkeys.de.pgp.net

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marc G. Fournier 2004-08-06 21:19:03 Re: replication
Previous Message Tom Lane 2004-08-06 20:56:11 Re: Lost my blobs and can't restore.