And when i login in postgres than my database was not present.
Does this user/password have the CREAT privilege in Postgres? What
happens if you use
rake db:test:create
from inside your project folder?
Don’ t know why this all is happening ?
The error seems to be clearly about permission to create a database.
Possibly this user could populate the database if it existed. Maybe just
create it manually as the “root” user in PG, or upgrade the permissions
of this user.