Trying to copy a production db with:
heroku db:pull postgres://postgres:@localhost/prod_20120717 \
--app my_app --confirm my_app
but I get:
$ heroku db:pull postgres://postgres:@localhost/prod_20120717 --app my_app \
--confirm my_app
Loaded Taps v0.3.24
Warning: Data in the database 'postgres://postgres:@localhost/prod_20120717' \
will be overwritten and will not be recoverable.
! App not found.
heroku is probably misconfigured. Try to do this heroku login
and redo your login.