2-5. APサーバ(別ホスト)からの接続設定
1.pg_hba.conf の確認
2.pg_hba.conf の変更
# IPv4 local connections:
host all all 127.0.0.1/32 scram-sha-256
host all all 192.168.0.1/32 scram-sha-256
host all all 192.168.0.2/32 scram-sha-2563.PostgreSQL の再起動
Last updated