Postgres permission denied to create database on rake db:create:all

后端 未结 2 2026
北恋
北恋 2020-12-05 00:11

I am trying to create postgres databases for development and tests.

I\'m using...

  • OSX Yosemite
  • Rails version: 4.2.0
  • git version: 2.2
2条回答
  •  死守一世寂寞
    2020-12-05 00:35

    Looking at your schema your credentials for development and test are different.

    Perhaps remove username and password from the schema, seeing that your test database did get created.

提交回复
热议问题