Re: pgsql 7.0 recovery to 7.4

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Marcin Gil <marcin(dot)gil(at)audax(dot)com(dot)pl>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: pgsql 7.0 recovery to 7.4
Date: 2004-01-08 16:14:05
Message-ID: 11504.1073578445@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Marcin Gil <marcin(dot)gil(at)audax(dot)com(dot)pl> writes:
> For the future:
> - how should I dump my databases to omit such problems?

pg_dump or pg_dumpall

> - is pg_dump format compatible, ie will loading 7.0 version into 7.4 go
> without a glitch?

Yes, it should. Actually the best practice for an upgrade is to run the
newer version's pg_dump against the older server, if you can. That way
you get the benefit of any pg_dump bug fixes in the newer version.

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Stephen Shorrock 2004-01-08 17:27:43 Re: pl/pgSQL sequence question
Previous Message Marcin Gil 2004-01-08 15:49:20 Re: pgsql 7.0 recovery to 7.4