Skip to content

Commit

Permalink
document systemctl restart for postgresql-9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
donsizemore committed Jun 9, 2018
1 parent 0e50f17 commit 986209a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/sphinx-guides/source/installation/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,12 @@ Configuring Database Access for the Dataverse Application (and the Dataverse Ins

The file ``postgresql.conf`` will be located in the same directory as the ``pg_hba.conf`` above.

- **Important: PostgreSQL must be restarted** for the configuration changes to take effect! On RHEL and similar (provided you installed Postgres as instructed above)::
- **Important: PostgreSQL must be restarted** for the configuration changes to take effect! On RHEL/CentOS 7 and similar (provided you installed Postgres as instructed above)::

# systemctl restart postgresql-9.6

or on RHEL/CentOS 6::

# service postgresql restart

On MacOS X a "Reload Configuration" icon is usually supplied in the PostgreSQL application folder. Or you could look up the process id of the PostgreSQL postmaster process, and send it the SIGHUP signal::
Expand Down

0 comments on commit 986209a

Please sign in to comment.