rake db:create fails, authentication problem with postgresql 8.4

后端 未结 6 1478
逝去的感伤
逝去的感伤 2021-02-06 07:19

first things first, please excuse my utter noobness. I really tried to find a solution out there, but now i\'m stuck and completely clueless.

i\'m trying to deploy a rai

6条回答
  •  走了就别回头了
    2021-02-06 07:46

    You need to give "myuser" in postgresql the privilege "Can create database objects".

    In pgadmin, it looks like this:

    enter image description here

    After calling rake db:create, you can take away this privilege.

提交回复
热议问题