Thread: PostgreSQL 9.0 RPMs for RHEL 6 and Fedora 14 released
I just released PostgreSQL 9.0 RPM for Red Hat Enterprise Linux 6 and Fedora 14, on both x86 and x86_64. Please note that 9.0 packages have a different layout as compared to previous ones. You may want to read this blog post about this first: http://people.planetpostgresql.org/devrim/index.php?/archives/48-What-is-new-in-PostgreSQL-9.0-RPMs.html Installing PostgreSQL 9.0 on these platforms are quite easy. First, install repository RPM from here: http://yum.pgrpms.org/reporpms/repoview/letter_p.group.html Then, yum groupinstall "PostgreSQL Database Server PGDG" will install minimum package sets for you. Here are all packages that have been released so far: RHEL 6: http://yum.pgrpms.org/9.0/redhat/rhel-6-i386/repoview/ http://yum.pgrpms.org/9.0/redhat/rhel-6-x86_64/repoview/ Fedora 14: http://yum.pgrpms.org/9.0/fedora/fedora-14-i386/repoview/ http://yum.pgrpms.org/9.0/fedora/fedora-14-x86_64/repoview/ If you find any issues with the repository or packaging, please send an e-mail to me. Regards, -- Devrim GÜNDÜZ PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer PostgreSQL RPM Repository: http://yum.pgrpms.org Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz
Attachment
2010/11/14 Devrim GÜNDÜZ <devrim@gunduz.org>: > > I just released PostgreSQL 9.0 RPM for Red Hat Enterprise Linux 6 and > Fedora 14, on both x86 and x86_64. > > Please note that 9.0 packages have a different layout as compared to > previous ones. You may want to read this blog post about this first: > > http://people.planetpostgresql.org/devrim/index.php?/archives/48-What-is-new-in-PostgreSQL-9.0-RPMs.html > > Installing PostgreSQL 9.0 on these platforms are quite easy. First, > install repository RPM from here: > > http://yum.pgrpms.org/reporpms/repoview/letter_p.group.html > > Then, > > yum groupinstall "PostgreSQL Database Server PGDG" > > will install minimum package sets for you. > > Here are all packages that have been released so far: > > RHEL 6: > > http://yum.pgrpms.org/9.0/redhat/rhel-6-i386/repoview/ > http://yum.pgrpms.org/9.0/redhat/rhel-6-x86_64/repoview/ > > Fedora 14: > > http://yum.pgrpms.org/9.0/fedora/fedora-14-i386/repoview/ > http://yum.pgrpms.org/9.0/fedora/fedora-14-x86_64/repoview/ > > If you find any issues with the repository or packaging, please send an > e-mail to me. > > Regards, > -- > Devrim GÜNDÜZ > PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer > PostgreSQL RPM Repository: http://yum.pgrpms.org > Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr > http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz > I am unable to obtain (using yum) a version of pgAdmin3 that can connect fruitfully to postgreSQL 9.x. My installation reports that the version I do have 1.10.5 is the latest. I am running FC12 64bit and I have installed the latest repository as advised here "http://yum.pgrpms.org/reporpms/repoview/letter_p.group.html" but it seems it only provides me with pgadmin3 1.10.5 as shown below. Package pgadmin3-1.10.5-1.fc12.x86_64 already installed and latest version Allan.
On Sun, 2010-11-21 at 12:39 +0300, Allan Kamau wrote: > > I am unable to obtain (using yum) a version of pgAdmin3 that can > connect fruitfully to postgreSQL 9.x. My installation reports that the > version I do have 1.10.5 is the latest. Should be fixed as of yesterday. Regards, -- Devrim GÜNDÜZ PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer PostgreSQL RPM Repository: http://yum.pgrpms.org Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz
Attachment
2010/12/3 Devrim GÜNDÜZ <devrim@gunduz.org>: > On Sun, 2010-11-21 at 12:39 +0300, Allan Kamau wrote: >> >> I am unable to obtain (using yum) a version of pgAdmin3 that can >> connect fruitfully to postgreSQL 9.x. My installation reports that the >> version I do have 1.10.5 is the latest. > > Should be fixed as of yesterday. > > Regards, > -- > Devrim GÜNDÜZ > PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer > PostgreSQL RPM Repository: http://yum.pgrpms.org > Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr > http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz > Dear Devrim, It seems that I am unable to perform a successful upgrade, please have a look at the commands and outputs below. [root@FC12-macbookpro ~]# rpm -ivh http://yum.pgrpms.org/reporpms/9.0/pgdg-fedora-9.0-2.noarch.rpm; Retrieving http://yum.pgrpms.org/reporpms/9.0/pgdg-fedora-9.0-2.noarch.rpm Preparing... ########################################### [100%] package pgdg-fedora-9.0-2.noarch is already installed [root@FC12-macbookpro ~]# yum -y install pgadmin3; . . . . Setting up Install Process Package pgadmin3-1.10.5-1.fc12.x86_64 already installed and latest version Nothing to do You have new mail in /var/spool/mail/root [root@FC12-macbookpro ~]#
On Mon, 2010-12-06 at 09:18 +0300, Allan Kamau wrote: > [root@FC12-macbookpro ~]# yum -y install pgadmin3; Package is there: http://yum.pgrpms.org/9.0/fedora/fedora-12-x86_64/repoview/pgadmin3_90.html Please run yum install pgadmin3_90 You may need to remove the old one before that. Regards, -- Devrim GÜNDÜZ PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer PostgreSQL RPM Repository: http://yum.pgrpms.org Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz