Fix #216, remove HUP reference
This commit is contained in:
committed by
Steve Chávez
parent
7ccc8c4610
commit
91e44f12ec
@@ -222,10 +222,6 @@ Then run the `pg_listen <https://github.com/begriffs/pg_listen>`_ utility to mon
|
||||
|
||||
Now, whenever the structure of the database schema changes, PostgreSQL will notify the ``ddl_command_end`` channel, which will cause ``pg_listen`` to send PostgREST the signal to reload its cache.
|
||||
|
||||
.. important::
|
||||
|
||||
As of PostgREST v5.1 reloading with SIGHUP is deprecated, it's still supported but will be removed in v6.0. SIGUSR1 should be used instead.
|
||||
|
||||
Daemonizing
|
||||
===========
|
||||
|
||||
|
||||
@@ -249,9 +249,6 @@ PostgREST outputs basic request logging to stdout. When running it in an SSH ses
|
||||
|
||||
# another option is to pipe the output into "logger -t postgrest"
|
||||
|
||||
(Avoid :code:`nohup postgrest` because the HUP signal is used for manual :ref:`schema_reloading`.)
|
||||
|
||||
|
||||
Docker
|
||||
======
|
||||
|
||||
|
||||
@@ -45,7 +45,6 @@ RSA
|
||||
RabbitMQ
|
||||
RestSharp
|
||||
SHA
|
||||
SIGHUP
|
||||
SIGUSR1
|
||||
SNS
|
||||
SQL
|
||||
|
||||
Reference in New Issue
Block a user