Re: [ANNOUNCE] i386 RPMs available for v6.5.1

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Vince Vielhaber <vev(at)michvhf(dot)com>
Cc: Postgres Porting List <ports(at)postgresql(dot)org>
Subject: Re: [ANNOUNCE] i386 RPMs available for v6.5.1
Date: 1999-07-27 16:41:14
Message-ID: 379DE12A.B243C649@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

> Tom, do you want something about this as an announcement on the web
> page? If so, is there anything in particular you want it to say?

Yes, that would be great. I need to write an RPM installation guide,
and the web page could point to that eventually. In the meantime, how
about something like:

RedHat RPMs for v6.5.1 on i386 machines are now available at
ftp://postgresql.org/pub/RPMS/
Please report any questions or problems to
mailto:pgsql-ports(at)postgresql(dot)org

Note that a dump/reload is not necessary if you already have v6.5
RPMs
installed. Just
o shut down your v6.5 server
o do an "rpm -Uvh *.rpm"
o restart and you're ready to go.

If you are upgrading from an earlier version, do the following:
o before upgrading, do a "pg_dumpall > file.dumpall"
o move /var/lib/pgsql aside (e.g. rename to /var/lib/pgsql-6.4.2)
o upgrade or install the RPMs using "rpm -Uvh *.rpm"
o run initdb, setting PGDATA appropriately
o restart the new backend server
o do a "psql < file.dumpall"

--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Lamar Owen 1999-07-27 17:34:45 Re: [PORTS] Re: [ANNOUNCE] i386 RPMs available for v6.5.1
Previous Message \root 1999-07-27 15:55:02 strange makefile