questions about migrating form postgres 7 to 8

Started by Piotr Szałamachaover 19 years ago3 messagesgeneral
Jump to latest
#1Piotr Szałamacha
piotr@horyzont.net

Hello

I have question - is it som kind of guide for migrating from Postgres 7
to 8 database?

I tried to simply dump 7 and inject it to 8 but operation failed.

Regards

PS

--
-----------------------------------------------------------------
Piotr Sza�amacha Horyzont Technologie Internetowe
E-mail: piotr@horyzont.net Web: http://www.horyzont.net
tel. +48 61 858 22 55, +48 61 622 95 00, fax. +48 61 858 22 56
ul. P�wiejska 24 61-888 Pozna� Polska

#2Joshua D. Drake
jd@commandprompt.com
In reply to: Piotr Szałamacha (#1)
Re: questions about migrating form postgres 7 to 8

On Thu, 2006-12-28 at 10:03 +0100, Piotr Szałamacha wrote:

Hello

I have question - is it som kind of guide for migrating from Postgres 7
to 8 database?

I tried to simply dump 7 and inject it to 8 but operation failed.

Use the version 8 pg_dump to connect to version 7 postgresql.

Regards

PS

--

=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Piotr Szałamacha (#1)
Re: questions about migrating form postgres 7 to 8

=?ISO-8859-2?Q?Piotr_Sza=B3amacha?= <piotr@horyzont.net> writes:

I have question - is it som kind of guide for migrating from Postgres 7
to 8 database?

I tried to simply dump 7 and inject it to 8 but operation failed.

Failed how? And which 7.x and 8.x versions are you talking about?
You need to be a *lot* more specific than that if you want useful
help.

However, the one bit of useful advice I could give you is to read the
release notes for all PG versions between the two you are dealing with.
In theory all the incompatibilities should be mentioned there somewhere.
This URL is always up to date:
http://developer.postgresql.org/pgdocs/postgres/release.html

regards, tom lane