Re: [Rails] heroku rake db:drop error PG::Error: FATAL: permission denied for database "postgres"

2012-10-05 Thread Colin Law
On 5 October 2012 21:41, mukul saharia wrote: > How to empty DB in heroku > I have a Postgres database on Heroku. It is one of the free beta ones. > Locally, when testing, I often run rake db:drop && rake db:create && rake > db:migrate as a way to reset the database. > However, when I try to run t

[Rails] heroku rake db:drop error PG::Error: FATAL: permission denied for database "postgres"

2012-10-05 Thread mukul saharia
How to empty DB in heroku I have a Postgres database on Heroku. It is one of the free beta ones. Locally, when testing, I often run rake db:drop && rake db:create && rake db:migrate as a way to reset the database. However, w