Travis CI:致命:角色不存在
我试图让我的应用程序与 Travis CI 一起工作,但我不断收到:致命:角色“skateparks”不存在
。关于我可能做错了什么有什么想法吗?我遵循了他们的文档。
I'm trying to get my application working w/ Travis CI but I keep getting: FATAL: role "skateparks" does not exist
. Any ideas on what I could be doing wrong? I've followed their documentation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
作为记录,请在您的
.travis.yml
中添加如下内容:For the record, put something like this in your
.travis.yml
:您的
database.yml
具有以下内容:请注意
用户名:skateparks
部分。要么删除它,要么使用以下内容创建角色:从
psql< /代码>外壳。
Your
database.yml
has this:Note the
username: skateparks
part. Either drop that or create the role with something like:from the
psql
shell.这对我来说
从 bash 有用...
从 psql 提示
我的database.yml
This worked for me
from bash...
from psql prompt
my database.yml