如何从SQLite迁移到PostgreSQL(Rails) [英] How to migrate from SQLite to PostgreSQL (Rails)

查看:118
本文介绍了如何从SQLite迁移到PostgreSQL(Rails)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我遇到一些问题,通过点击宝石将我的SQLite数据库推送到Heroku。与他们交谈时,他们告诉我其中一种解决方案可能会将我的数据库从SQLite本地转换为PostgreSQL。
有没有简单的方法可以做到这一点?

谢谢

更多信息:
- 来自Rails应用程序的数据库
- 我在Mac OS X上
- 通过macports安装PostgreSQL

解决方案

sqlite3 development.db .dump | psql dbname username


I'm a DB noob so please be kind with me.

I'm having some issues pushing my SQLite DB to Heroku via taps gem. Talking with them, they told me one of the solutions could be converting locally my DB from SQLite to PostgreSQL. Is there an easy way to do so?

Thanks

More info: - DB from Rails app - I'm on Mac OS X - Just installed PostgreSQL via macports

解决方案

sqlite3 development.db .dump | psql dbname username

这篇关于如何从SQLite迁移到PostgreSQL(Rails)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆