第一泥酔ポイントです。DBを再起動しますので、少しの間つながらなくなるかもしれません(つながったままかもしれません)。13:00に泥酔します。各員衝撃に備えてください。
postgresql.confの設定を変更しました。
#listen_addresses = 'localhost' ⇒ uncomment and change to '*'
#synchronous_commit = on ⇒ uncomment and change to 'off'
#wal_level = minimal ⇒ uncomment and change to 'replica'
max_wal_senders = 0 ⇒ change to '3'
#hot_standby = on ⇒ uncomment
pg_hba.confにレプリケーション用の設定を追記しました。