I have a rails application running over Postgres.
I have two servers: one for testing and the other for production.
Very often I need to clone the production
I had a similar error saying 1 user was using the database, I realized it was ME! I shut down my rails server and then did the rake:drop command and it worked!