postgreSQLに接続できない。(エラー:psql: FATAL: no pg_hba.conf entry for host "::1", user "postgres",)
作成日:2014年4月21日 | 更新日:2014年10月17日
【現象/要望】
postgreSQLに接続しようとすると、以下のエラーが発生しpostgreSQLに接続できない。
psql: FATAL: no pg_hba.conf entry for host "::1", user "postgres", database "OpManagerDB", SSL off
または、OpManager\pgsql\data\postgresql-<日時>.csvファイルにて以下のメッセージが表示される。
configuration file "C:/ManageEngine/OpManager11100/pgsql/data/pg_hba.conf" contains no entries
could not load pg_hba.conf
【原因】
主に、IPv6 のローカルホストが OpMangaer の DB へ
接続許可がないため発生したと考えられます。
【解決方法】
PostgreSQL の設定ファイルを以下の
通り変更いただき、DB へ接続します。
・対象ファイル
<OpManagerインストールフォルダ>\pgsql\data\pg_hba.conf
・変更前
----------------------------
# IPv6 local connections:
#host all all ::1/128 trust
----------------------------
・変更後
----------------------------
# IPv6 local connections:
host all all ::1/128 trust
----------------------------
【対応リリース】 9450以降
★-----------------------------------------------------------------------------★
OpManager 製品紹介ページはこちら ↓
https://www.manageengine.jp/products/OpManager/
★-----------------------------------------------------------------------------★