Installing PostgreSQL Database

  • Configure Yum repository to download the latest rpms for PostgreSQL 9.1
    rpm -ivh http://yum.postgresql.org/9.1/redhat/rhel-6-x86_64/pgdg-redhat91-9.1-5.noarch.rpm
  • Install the required PostgreSQL packages
yum install postgresql91-libs postgresql91 postgresql91-server postgresql91-contrib postgresql91-odbc
[Note]Note

* If you are facing any problems while installing postgreSQL rpm, Please refer to: https://wiki.opendaylight.org/view/OpenDaylight_Virtual_Tenant_Network_(VTN):Installation:Troubleshooting#Problems_while_Installing_PostgreSQL_due_to_openssl * VTN Coordinator support PostgreSQL version greater than 9.1 only and currently tested with 9.1 and 9.3. Please ensure the PostgreSQL version>=9.1 is installed.


loading table of contents...