I just pulled code from online and tried running it after the usual bundle install. However, I get this error:
FATAL: role "abc" does not exist
I understand it is related to postgresql. Checked in gemfile and noticed 2 db gems being installed, have commented out the non pg gem.
Also, browsed around on SO for solution, but I am unable to create the role abc even though I tried following this post. What can I do to resolve my issue. Do I have to create abc, what does it mean?
Also, note that I don't know my su password, thus was unable to follow the post at some point.