covilla.blogg.se

Yum install postgresql
Yum install postgresql





yum install postgresql

It should then download the packages and install them with a Complete! exclamation when done. You should get a prompt something like:.yum install postgresql93 postgresql93-server postgresql93-libs postgresql93-contrib postgresql93-devel

yum install postgresql

The devel is optional but needed if you want to compile some other add on later like non-packaged extensions. I've snipped the list a bit to show just extensions we often install: This lists the core PostgreSQL offering and packaged PostgreSQLĮxtensions. To see all packages from pgdg93 do: yum list | grep pgdg93.Postgresql_autodoc.noarch 1.41-1.rhel6 pgdg93 Postgresql93-odbc-debuginfo.x86_64 -1PGDG.rhel6 pgdg93 Postgresql93-jdbc-debuginfo.x86_64 -1PGDG.rhel6 pgdg93 Postgresql-jdbc.noarch 8.4.701-8.el6 base sudo yum list | grep postgresql should give you entries that look something like below and the ones we want are marked with pgdg93.īacula-director-postgresql.x86_64 5.0.0-12.el6 baseīacula-storage-postgresql.x86_64 5.0.0-12.el6 baseįreeradius-postgresql.x86_64 2.1.12-4.el6_3 base.Install the right rpms from for your platform (note the hyperlink url) since you'll need it for rpm addition.Note the PGDG repository 9.3 only has binaries for the aforementioned, though for lower versions you can still get 9.2, 9.1 etc. The list of latest PostgreSQL versions and repos for Fedora 18-20, Red Hat 5-6, CentOS 5-6, and Scientific Linux 5-6 are located at. Installing PostgreSQL 9.3 from Yum repository Last we did was An almost idiot's guide to Install PostgreSQL 9.0 with Yum which is now very dated. Note: PostGIS 2.1.2 release is eminent, so you might want to wait till we release and Yum is updated before you install/upgrade.







Yum install postgresql