尝试将数据库从 Hekoku 拉到本地但失败。
heroku db:pull postgres://root:@localhost/db_name
诚然,我不知道应该如何构造 url。在官方网站上使用过,heroku db:push postgres://postgres:mypass@remotehost/mydb
并且在本文中heroku db:pull postgres://root:@localhost/db_name
使用过。用户名和密码是干什么用的?
无论如何,我得到的错误信息是:
Sequel::DatabaseConnectionError -> TypeError: wrong argument type Sequel::Postgres::Adapter (expected Struct)
按照说明更新taps, sequel, and pg
,这是我的宝石列表:
rest-client (1.6.7)
sinatra (1.0)
taps(0.3.24)
sequel (3.37.0, 3.20.0)
pg (0.14.0)