Initializing help system before first use

Installing PostgreSQL on RHEL

If your server has internet access you can install PostgreSQL by following the instructions below. If you cannot access the online PostgreSQL repository then you can skip to the next section for an alternative method of installation.
First, the PostgreSQL repository package for the version of Red Hat Enterprise Linux you are running needs to be installed. This will allow the system to locate the required PostgreSQL packages, see: http://yum.postgresql.org/repopackages.php.
  1. As the root user, locate the downloaded PostgreSQL repository package RPM following the instructions above.
  2. Install the repository package:
    yum localinstall pgdg-redhat-repo-latest.noarch.rpm -y
  3. Install PostgreSQL:
    yum install postgresql95-server -y

© 2001-2020 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.