タップを取り付けています。次のエラーが発生します。これはHerokuからのこのような最初のプルなので、正確な形式はわかりません
$ heroku db:pull postgres://postgres:@localhost/prod_20120717
! Taps Load Error: cannot load such file -- sqlite3
! You may need to install or update the taps gem to use db commands.
! On most systems this will be:
!
! sudo gem install taps
データを受信するためにpostgresで空を作成しましたprod_20120717
が、問題は、tapsがpostgresではなくsqlite3を探していることのようです。
私のpostgresユーザーはpostgresであり、pwはありません。
私のdatabase.ymlファイルにはpostgresアダプターのみが定義されています。
アダプター名の問題のようです。postgresql
私はまた、私が持っている両方の場所で試しましたpostgres
。