Initializing help system before first use

Configuring PostgreSQL on RHEL

Configure PostgreSQL by storing the database files in an alternative location, initializing the data directory, setting the database service to start on boot, and start the database service.
  1. (Optional) If you want to store database files in an alternative location follow the steps in the section Specifying an Alternative PostgreSQL Data Directory on RHEL .
  2. Initialize the PostgreSQL data directory:
    • Red Hat Enterprise Linux 6: service postgresql-9.5 initdb
    • Red Hat Enterprise Linux 7: /usr/pgsql-9.5/bin/postgresql95-setup initdb
  3. Set the database service to start on boot: chkconfig postgresql-9.5 on
  4. Start the database service: service postgresql-9.5 start

© 2001-2019 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.