Discussion:
7.3.2 - 7.4.1 on RedHat 9.0
(too old to reply)
Mark Lubratt
2004-02-15 19:54:18 UTC
Permalink
I've finally decided to upgrade my postgresql installation. I'm
currently running 7.3.2 on RedHat 9.0.

Here's my dilemma: Since RedHat is no longer supporting their "RedHat"
distributions, I can't really get a RPM for the upgrade. I'm concerned
about orphaning files if I do a straight compile from source (not
getting the configured directories to be the same as the original
installation). So the question is, do I uninstall the original RPM and
do a compile from source? Do I go to a SRPM? Do I uninstall and then
use a SRPM?

TIA, Mark


---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to ***@postgresql.org so that your
message can get through to the mailing list cleanly
Lamar Owen
2004-02-16 03:16:38 UTC
Permalink
Post by Mark Lubratt
I've finally decided to upgrade my postgresql installation. I'm
currently running 7.3.2 on RedHat 9.0.
Here's my dilemma: Since RedHat is no longer supporting their "RedHat"
distributions, I can't really get a RPM for the upgrade. I'm concerned
about orphaning files if I do a straight compile from source (not
getting the configured directories to be the same as the original
installation). So the question is, do I uninstall the original RPM and
do a compile from source? Do I go to a SRPM? Do I uninstall and then
use a SRPM?
For RHL9 you should be able to install the RHEL3 RPMs. If you want a set
built custom, you can download the SRPM and rebuild it. It is the same thing
as doing a from source recompile, but everything is put into the 'right'
place.
--
Lamar Owen
Director of Information Technology
Pisgah Astronomical Research Institute
1 PARI Drive
Rosman, NC 28772
(828)862-5554
www.pari.edu


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ***@postgresql.org
Tom Lane
2004-02-16 03:19:03 UTC
Permalink
Post by Mark Lubratt
Here's my dilemma: Since RedHat is no longer supporting their "RedHat"
distributions, I can't really get a RPM for the upgrade.
Sure you can ... just not from Red Hat :-(

AFAIK the RHEL3 RPMs will work fine on RH9. If you are feeling
paranoid, grab the SRPM and rebuild locally to produce a sure-to-work
binary RPM.

See
ftp://ftp3.us.postgresql.org/pub/postgresql/binary/v7.4.1/redhat/rhel3
or your choice of preferred PG mirrors.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Loading...