I have tried to do the conversion of a Rails app in sqlite to postgres in order to upa it in heroku, following this heroku's own tutorial: link
But when I create a DB using rake db:create
, I get this error message:
rake db: create
FATAL: "caiograco" role does not exist
("caiograco" is my username in Linux. I do not know how it was for that)