Postgresql, installera v9.3 på RHEL6

From Linuxwiki
Revision as of 21:53, 11 May 2026 by Linadmin (talk | contribs) (4 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Installera Postgresql 9.3 på Redhat/Centos 6

Läs in repository för Postgresql. T ex med:

yum install http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/pgdg-redhat93-9.3-1.noarch.rpm

En lista över repositories att ladda ned finns på http://www.postgresql.org/download/linux/redhat/


Efter att ha laddat in denna RPM kommer yum list all | grep -i postgre att lista nya paket som kan installeras:

postgresql93-server.x86_64               9.3.6-1PGDG.rhel6              pgdg93  
postgresql93-test.x86_64                 9.3.6-1PGDG.rhel6              pgdg93  


Kategori:PostgreSQL