Postgresql, installera v9.3 på RHEL6: Difference between revisions
Jump to navigation
Jump to search
Linuxwiki>Wikiadmin |
Linuxwiki>Wikiadmin |
||
| Line 1: | Line 1: | ||
=== Installera Postgresql 9.3 på Redhat/Centos 6 === | === 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]] | [[Kategori:PostgreSQL]] | ||
Revision as of 13:08, 27 March 2015
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