Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Include Page
MAD:postgresql repository setup
MAD:postgresql repository setup

Installation

We want to install While we developed EAS under postgresql 8.3.7 for , installing 8.3.7 was giving us trouble.
Therefore we upgraded to 8.3.11 which was available in YUM and the install went smoothly.
The OS is CentOS release 5.5, 64 bit (x86_64).
todo - add Summco directions here

Using YUM is the way to go.
Once you have YUM configured to use only the postgres respositories and not the Centos repos,
follow these steps for a pain free installation:

Code Block

yum install postgresql
yum install postgresql-devel
yum install postgresql-server 
yum install postgis
yum install postgresql-contrib

Links

Initializing Database

...

Links

...