将 Engine Yard DB 拉入 Heroku

发布于 2024-11-29 11:00:21 字数 119 浏览 1 评论 0原文

我想将我的应用程序从 Engine Yard 转移到 Heroku。问题是我不知道如何将我的数据库从一个数据库转移到另一个数据库。我知道您可以使用命令行来执行此操作,但我不知道如何操作。我希望其他人也有这个,并且愿意帮助我。

I want to transfer my application over from Engine Yard to Heroku. The problem is that I don't know how to get my database from one to the other. I know that you can probably do this with the command line but I don't know how. I'm hoping that someone else has one this and would be willing to help me out.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

难得心□动 2024-12-06 11:00:21

您需要将数据库从 EY 转移到您计算机上运行的数据库 - 您在 EY 上使用什么数据库?也许是MySQL?完成此操作应该很容易 - 一旦您在本地拥有它并配置本地应用程序以使用该数据库作为开发数据源,只需使用 heroku db:push 将其放入 Heroku 即可- 它会为你转换它,所以你在本地运行它的数据库并不完全重要。

希望这足以让您开始。

You'll need to get your database from EY to a DB running on your machine - what DB are you using on EY? MySQL perhaps? It should be easy enough to get this done - once you have it locally and have configured your local app to use that database as it's development datasource it's a simple case of heroku db:push to put it onto Heroku - and it will convert it on the way up for you so it doesn't entirely matter what DB you run it in locally.

Hopefully that's enough to get you started.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文