ubuntu 20.04にてpostgresqlに接続するのはできているようなのですがdb作成ができず困っています。
何がだめなのかわからず積んでしまったのでご助力いただけたらと思い投稿失礼します。
やりたいこと
rails db:create
を正常に実行したい。
やったこと
db作成しようとするが以下のようなエラーがでる
rails db:create FATAL: role "admin0" does not exist Couldn't create 'scaffold_app_development' database. Please check your configuration. rails aborted! PG::ConnectionBad: FATAL: role "admin0" does not exist /home/admin0/scaffold_app/bin/rails:9:in `<top (required)>' /home/admin0/scaffold_app/bin/spring:15:in `<top (required)>' bin/rails:3:in `load' bin/rails:3:in `<main>' Tasks: TOP => db:create (See full trace by running task with --trace)
PG::ConnectionBad:とあるのでposrgresqlを起動しようと思い
sudo service postgresql start
を実行してから再度db作成を試みるもエラー文が変わらず。。。
環境
windows 10 home
ubuntu 20.04 LTS
ruby 2.7.1
Rails 6.0.3
postgresql 11
postgresql 13
手順
これらはすべて終わっています。
ubuntu関係の導入手順
https://railsgirls.jp/install#setup_for_windows_without_wsl
postgresql導入手順
https://wiki.postgresql.org/wiki/Apt
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。