以下を使用して本番データベースをコピーしようとしています:
heroku db:pull postgres://postgres:@localhost/prod_20120717 \
--app my_app --confirm my_app
しかし、私は得る:
$ 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.