Re: newer release branch - Mailing list pgsql-admin

From Kevin Grittner
Subject Re: newer release branch
Date
Msg-id 4CAC560F02000025000365C0@gw.wicourts.gov
Whole thread Raw
In response to newer release branch  (Marc Fromm <Marc.Fromm@wwu.edu>)
Responses Re: newer release branch
List pgsql-admin
Marc Fromm <Marc.Fromm@wwu.edu> wrote:

> Has anyone upgraded from 8.1 to the latest version 9.0.1? Can you
> do it in one jump?

I would expect it to work if you use pg_dump from the newer version
against the old database.  The biggest compatibility issue is
probably going to be that in 8.3 some automatic casts to and from
text were eliminated.  You would definitely want to do a preliminary
conversion and test your applications before doing the final
conversion.

> Can it be done using yum on a RHEL server?

You will probably need both 8.1 and 9.0 installed at the same time.
I don't know if yum will overwrite the old version or put the new
one in its own location without disturbing the old one.

-Kevin

pgsql-admin by date:

Previous
From: Fábio Gibon - Comex System
Date:
Subject: Re: Lost file
Next
From: "Kevin Grittner"
Date:
Subject: Re: Question about the IO on full table scan operation