我正在尝试使用水龙头(heroku db:push)将我的本地 PG 数据库推送到 Heroku。我以前没有问题地这样做过,但今天 Heroku 不接受我的推动。这里有错误:
funkdified@funkpad:~/rails_projects/goodtb$ heroku db:push postgres://goodtb@127.0.0.1/goodtb_development?encoding=utf8 --confirm goodtb
Loaded Taps v0.3.24
Warning: Data in the app 'goodtb' will be overwritten and will not be recoverable.
Failed to connect to database:
Sequel::DatabaseConnectionError -> PG::Error: fe_sendauth: no password supplied
我的 database.yml 文件中没有开发或生产密码。