※AWS初心者です。HEROKUにデプロイしていたRailsアプリをAWSに移行しようとしています。
起きていること
rails db:create RAILS_ENV=production
を入力すると以下のようになります。
$ rails db:create RAILS_ENV=production FATAL: ??? "root" ???(peer)????????? Couldn't create 'travelour_production' database. Please check your configuration. rails aborted! PG::ConnectionBad: FATAL: ??? "root" ???(peer)?????????
データベースはpostgreを使っています。
FATAL: ??? "root" ???(peer)?????????と表示されています
まず???が出ておりなんのことかさっぱりわかりません
文字化けなんですかね?
rootとpeerがあるといることは管理者がなんとかって言っているのか
どなたか同じようなエラーが出たことがある方ご教授願いたいです。
関係ありそうなファイル
config/database.yml
default: &default adapter: postgresql encoding: unicode pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %> development: <<: *default database: travelour_development test: <<: *default database: travelour_test production: <<: *default database: travelour_production username: root password:
情報が少なくて申し訳ないです。
何か必要な情報があればコメントいただけると幸いです。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。