我已经有一个 Rails 项目,然后我安装了Postgresql
pgadmin III,我需要在开发中使用 posgresql 而不是在sqlite
生产中使用heroku
,我按照这个问题中的第二个答案Change from SQLite to PostgreSQL in a fresh Rails project因为我刚刚安装Postgresql
使用突触中心而不做任何其他事情,当我尝试创建用户时出现错误:
createuser dexter
Shall the new role be a superuser? (y/n) n
Shall the new role be allowed to create databases? (y/n) y
Shall the new role be allowed to create more new roles? (y/n) y
createuser: could not connect to database postgres: FATAL: role "dexter" does not exist