1

だから私はdatabase.ymlでpostgresをそのように設定しました

test:
  adapter: postgresql
  encoding: unicode
  database: startpoint
  hostname: localhost
  pool: 5
  username: postgres
  password: password

端末で私は一般的に行います:

psql -h localhous -d startpoint -U postrgres

そして、それは私をデータベースに接続します。

だから私は試しました:

test:
  adapter: postgresql
  encoding: unicode
  database: startpoint
  hostname: localhost
  pool: 5
  username: postgres
  password: 

しかし、ガードが実行されると、次のようになります。

`initialize': FATAL:  Peer authentication failed for user "postgres" (PG::ConnectionBad)

アイデア?

4

1 に答える 1