rake db tasks running twice rake db tasks running twice postgresql postgresql

rake db tasks running twice


I found the culprit. Somewhere in the last few git commits, my database.yml was somehow duplicated.

Every time I tried to run any rake command that referenced the environment, it would run twice. Such a strange issue. Glad I was able to solve it.