I'm trying to create an online store for my brother on rails and when i try to migrate my db this error pop up
rails db:migrate
rails aborted!
ActiveRecord::NoDatabaseError: FATAL: role "manuel" does not exist
/home/manuel/Shopper/bin/rails:9:in `require'
/home/manuel/Shopper/bin/rails:9:in `<top (required)>'
/home/manuel/Shopper/bin/spring:15:in `<top (required)>'
bin/rails:3:in `load'
bin/rails:3:in `<main>'
Caused by:
PG::ConnectionBad: FATAL: role "manuel" does not exist
/home/manuel/Shopper/bin/rails:9:in `require'
/home/manuel/Shopper/bin/rails:9:in `<top (required)>'
/home/manuel/Shopper/bin/spring:15:in `<top (required)>'
bin/rails:3:in `load'
bin/rails:3:in `<main>'
Tasks: TOP => db:migrate