我在 Ruby on Rails 3.2.13 上。
本地开发环境中的 SQLite3。
Heroku (PostgreSQL) 的生产环境。
在上述先决条件下,将数据库从生产环境拉到开发环境的最新(!= 已弃用)和最简单的方法是什么?
我在 Ruby on Rails 3.2.13 上。
本地开发环境中的 SQLite3。
Heroku (PostgreSQL) 的生产环境。
在上述先决条件下,将数据库从生产环境拉到开发环境的最新(!= 已弃用)和最简单的方法是什么?
你可以用水龙头宝石做到这一点
heroku db:拉
在 heroku 上也有一些关于这个主题的帖子:
https://blog.heroku.com/archives/2009/3/18/push_and_pull_databases_to_and_from_heroku https://devcenter.heroku.com/articles/heroku-postgres-import-export