所以,我的Rails应用程序给我“很抱歉,但出事了。” 当我检查日志,我看到
PG::Error (FATAL: role "ubuntu" does not exist
):
然而,当我再这样做(注意:我相信,我从来没有加密码的作用Ubuntu的):
sudo -u postgres createuser ubuntu
Shall the new role be a superuser? (y/n) y
createuser: creation of new role failed: ERROR: role "ubuntu" already exists
我与nginx的服务器Ubuntu的EC2实例运行此。
编辑:我只是想卸载并重新安装的Postgres,并彻底打破了,所以我就不能在这里接受任何答案。