PostgreSQL#ECONNREFUSED for Postgresの解決方法

ECONNREFUSED for Postgresの解決法のメモです。

下記のコマンドでSysstemを更新します。Containersには場合によってnanoも入ってないので、nanoもインストールします。

apt-get update
apt-get install nano

pg_hba.conf

nano pg_hba.confを開きます。

nano /var/lib/pgsql/data/nano pg_hba.conf

下記のように修正します。

# IPv4 local connections:
host    all             all             127.0.0.1/32     trust
host    all             all             0.0.0.0/0           trust
host    all             all             ::/0                    trust

postgresql.conf

postgresql.confを開きます。

nano /var/lib/pgsql/data/postgresql.conf

下記のように修正します。 

# – Connection Settings –
listen_addresses = ‘*’

Footer_Basic

Please Support some devices for my blog

Amazon Gift List

Find ME

Twitter:@3threes2
Email:soup01threes*gmail.com (* to @)
YoutubeChannel:https://www.youtube.com/channel/UCQ3CHGAIXZAbeOC_9mjQiWQ

シェアする

  • このエントリーをはてなブックマークに追加

フォローする