In Rails, Couldn't create database for {“adapter”=>“postgresql”,

前端 未结 9 2122
醉话见心
醉话见心 2020-12-14 03:34

I\'m trying to run rake db:create or rake db:setup but I get the following error. It\'s strange because rake db:create it\'s working f

9条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-14 04:06

    Solved!

    Solution was simple to update current installed gems.

    Another solution to try is set host: localhost or whatever host you use on development settings on database.yml file.

提交回复
热议问题