Postgresql, installera v9.3 på RHEL6: Difference between revisions
Jump to navigation
Jump to search
Linuxwiki>Wikiadmin Skapade sidan med '=== Installera Postgresql 9.3 på Redhat/Centos 6 === {{postgresql}}' |
m 4 revisions imported |
||
| (3 intermediate revisions by one other user not shown) | |||
| 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]] | |||
Latest revision as of 21:53, 11 May 2026
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