Not finding RPMs for 8.4.2!
Hi
Not sure what I am doing wrong.
I am not getting all the required rpms for the Postgres version 8.4.2.
=============
http://rpm.pbone.net/
Your query postgresql-devel-8.4.2 did not match any entry in database.
Your query postgresql-server-8.4.2 did not match any entry in database.
Could not connect to the database: Too many connections
==============
What should I be doing?
Thanks
In response to Phoenix Kiula :
Hi
Not sure what I am doing wrong.
I am not getting all the required rpms for the Postgres version 8.4.2.
http://yum.pgsqlrpms.org/reporpms/repoview/letter_p.group.html
I hope you can find your rpm's there, i'm a debian-user...
Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
GnuPG: 0x31720C99, 1006 CCB4 A326 1D42 6431 2EB0 389D 1DC2 3172 0C99
Phoenix Kiula wrote:
I am not getting all the required rpms for the Postgres version 8.4.2.
What should I be doing?
Using http://yum.pgsqlrpms.org/8.4/ maybe?
It's been a long time since I found either rpbone.net or rpmfind.net to
be very useful, might as well use Google instead to find stuff--faster
and more accurate.
--
Greg Smith 2ndQuadrant Baltimore, MD
PostgreSQL Training, Services and Support
greg@2ndQuadrant.com www.2ndQuadrant.com
They also used to be at ftp.postgresql.org:/pub/binary.
There are only rpms up to 8.4.1
A. Kretschmer writes:
http://yum.pgsqlrpms.org/reporpms/repoview/letter_p.group.html
Only up to 8.4.1 there.
Easy mistake to make....
The repo RPM version is 8.4-1 <-- note the hyphen. This is the repo for
all 8.4 versions, including 8.4.2.
Install the proper repo RPM for your platform and then you can just yum
install (or upgrade) PostgreSQL 8.4.2.
To browse the files in the 8.4 repo, try:
Cheers!
- Chris
Francisco Reyes wrote:
Show quoted text
A. Kretschmer writes:
http://yum.pgsqlrpms.org/reporpms/repoview/letter_p.group.html
Only up to 8.4.1 there.
On Tue, 2009-12-22 at 15:10 -0500, Francisco Reyes wrote:
Only up to 8.4.1 there.
Which os/distro are you looking for? I hope it is not Fedora 11 -
x86_64.
--
Devrim GÜNDÜZ, RHCE
Command Prompt - http://www.CommandPrompt.com
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz
Devrim G�ND�Z writes:
On Tue, 2009-12-22 at 15:10 -0500, Francisco Reyes wrote:
Only up to 8.4.1 there.
Which os/distro are you looking for? I hope it is not Fedora 11 -
x86_64.
CentOS x86_64
On Tue, 2009-12-22 at 18:34 -0500, Francisco Reyes wrote:
Which os/distro are you looking for? I hope it is not Fedora 11 -
x86_64.CentOS x86_64
As written before:
http://yum.pgsqlrpms.org/8.4/redhat/rhel-5-x86_64/repoview/
Regards,
--
Devrim GÜNDÜZ, RHCE
Command Prompt - http://www.CommandPrompt.com
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz
2009/12/23 Devrim GÜNDÜZ <devrim@gunduz.org>:
On Tue, 2009-12-22 at 18:34 -0500, Francisco Reyes wrote:
Which os/distro are you looking for? I hope it is not Fedora 11 -
x86_64.CentOS x86_64
As written before:
Thanks. Just what I was looking for.
What;s the YUM command to upgrade PG? Do I need to stop PG server? Can
I be sure that my config and other settings will not be overwritten?
Thanks!
On Wed, 2009-12-23 at 18:27 +0800, Phoenix Kiula wrote:
What;s the YUM command to upgrade PG? Do I need to stop PG server? Can
I be sure that my config and other settings will not be overwritten?
If you are upgrading from 8.X.Y to 8.X.Z, you don't need to backup
anything. If you are performing a major upgrade, you need to dump and
restore.
http://www.westnet.com/~gsmith/content/postgresql/pgrpm.htm
http://yum.pgsqlrpms.org/files/PostgreSQL-RPM-Installation-PGDG.pdf
are good howtos about this.
--
Devrim GÜNDÜZ, RHCE
Command Prompt - http://www.CommandPrompt.com
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz
2009/12/23 Devrim GÜNDÜZ <devrim@gunduz.org>:
On Wed, 2009-12-23 at 18:27 +0800, Phoenix Kiula wrote:
What;s the YUM command to upgrade PG? Do I need to stop PG server? Can
I be sure that my config and other settings will not be overwritten?If you are upgrading from 8.X.Y to 8.X.Z, you don't need to backup
anything. If you are performing a major upgrade, you need to dump and
restore.http://www.westnet.com/~gsmith/content/postgresql/pgrpm.htm
http://yum.pgsqlrpms.org/files/PostgreSQL-RPM-Installation-PGDG.pdf
are good howtos about this.
Thanks so much! The almost idiots guides are super :)