尝试将数据库从Hekoku拉到本地,但失败了。
heroku db:pull postgres://root:@localhost/db_name
不可否认,我不知道如何构建网址。在官方site中,heroku db:push postgres://postgres:mypass@remotehost/mydb
使用this文章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)